diff options
Diffstat (limited to 'libcutils/sockets_unix.cpp')
-rw-r--r-- | libcutils/sockets_unix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/sockets_unix.cpp b/libcutils/sockets_unix.cpp index 8747d696f..d4dca633d 100644 --- a/libcutils/sockets_unix.cpp +++ b/libcutils/sockets_unix.cpp @@ -18,7 +18,7 @@ #include <sys/uio.h> -#include <log/log.h> +#include <android/log.h> #if defined(__ANDROID__) /* For the socket trust (credentials) check */ |