diff options
Diffstat (limited to 'libcutils/sockets_unix.cpp')
-rw-r--r-- | libcutils/sockets_unix.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcutils/sockets_unix.cpp b/libcutils/sockets_unix.cpp index d4dca633d..e51a1c7a2 100644 --- a/libcutils/sockets_unix.cpp +++ b/libcutils/sockets_unix.cpp @@ -14,11 +14,10 @@ * limitations under the License. */ -#include <cutils/sockets.h> - #include <sys/uio.h> #include <android/log.h> +#include <cutils/sockets.h> #if defined(__ANDROID__) /* For the socket trust (credentials) check */ |