diff options
author | Mark Salyzyn <salyzyn@google.com> | 2017-01-10 13:19:54 -0800 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2017-01-11 09:31:15 -0800 |
commit | 30f991f251940be3ed11566fb71139852286f68a (patch) | |
tree | 5cef5c112aa400da1ad1572d26fcc3b6b3099b6e /libcutils/sockets_unix.cpp | |
parent | cdd7ec12be3dfb6a7fa2f597d2220445c96725cf (diff) |
liblog: use log/log.h when utilizing ALOG macros
Test: compile
Bug: 30465923
Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
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" |