aboutsummaryrefslogtreecommitdiff
path: root/citadel
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@google.com>2018-03-08 12:11:33 -0800
committerBill Richardson <wfrichar@google.com>2018-03-08 12:11:33 -0800
commit80d6b9649e86d7d4175295cb1a3c4a6c8462c71d (patch)
tree933be14c2fb9cc03471801c028c570cf56ec8182 /citadel
parent4cb1ba017f23d1caaaee90183d9d69eaef1a0428 (diff)
downloadandroid-80d6b9649e86d7d4175295cb1a3c4a6c8462c71d.tar.gz
Fix Android build
Change-Id: I8cad1dcfd6282094f8a7665a0ad846501ae3e1ab Signed-off-by: Bill Richardson <wfrichar@google.com>
Diffstat (limited to 'citadel')
-rw-r--r--citadel/libnos_datagram/citadel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/citadel/libnos_datagram/citadel.c b/citadel/libnos_datagram/citadel.c
index 92031dc..cea0a42 100644
--- a/citadel/libnos_datagram/citadel.c
+++ b/citadel/libnos_datagram/citadel.c
@@ -15,7 +15,7 @@
*/
#define LOG_TAG "libnos_datagram"
-#include <cutils/log.h>
+#include <log/log.h>
#include <nos/device.h>
#include <ctype.h>