summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2017-01-10 15:19:54 -0600
committerMark Salyzyn2017-01-11 11:31:15 -0600
commit30f991f251940be3ed11566fb71139852286f68a (patch)
tree5cef5c112aa400da1ad1572d26fcc3b6b3099b6e /libcutils/sockets_unix.cpp
parentcdd7ec12be3dfb6a7fa2f597d2220445c96725cf (diff)
downloadplatform-system-core-30f991f251940be3ed11566fb71139852286f68a.tar.gz
platform-system-core-30f991f251940be3ed11566fb71139852286f68a.tar.xz
platform-system-core-30f991f251940be3ed11566fb71139852286f68a.zip
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.cpp2
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 @@
25#include <time.h> 25#include <time.h>
26#include <unistd.h> 26#include <unistd.h>
27 27
28#include <android/log.h>
29#include <cutils/android_get_control_file.h> 28#include <cutils/android_get_control_file.h>
30#include <cutils/sockets.h> 29#include <cutils/sockets.h>
30#include <log/log.h>
31 31
32#include "android_get_control_env.h" 32#include "android_get_control_env.h"
33 33