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 5a14a5c5e..e91f35831 100644 --- a/libcutils/sockets_unix.cpp +++ b/libcutils/sockets_unix.cpp @@ -25,9 +25,9 @@ #include <time.h> #include <unistd.h> -#include <android/log.h> #include <cutils/android_get_control_file.h> #include <cutils/sockets.h> +#include <log/log.h> #include "android_get_control_env.h" |