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 /libutils/SharedBuffer.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 'libutils/SharedBuffer.cpp')
-rw-r--r--libutils/SharedBuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libutils/SharedBuffer.cpp b/libutils/SharedBuffer.cpp
index 269326a6d..957aedb8f 100644
--- a/libutils/SharedBuffer.cpp
+++ b/libutils/SharedBuffer.cpp
@@ -19,7 +19,7 @@
19#include <stdlib.h> 19#include <stdlib.h>
20#include <string.h> 20#include <string.h>
21 21
22#include <android/log.h> 22#include <log/log.h>
23 23
24#include "SharedBuffer.h" 24#include "SharedBuffer.h"
25 25