summaryrefslogtreecommitdiff
path: root/android/ipc.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-01-26 00:23:15 -0800
committerMarcel Holtmann <marcel@holtmann.org>2014-01-26 00:23:15 -0800
commitc1add0ff9f3073c7df1d7196926bffa1f2d7ebd3 (patch)
tree408f45f252545ce912500a3d4a265f2eed54c8cd /android/ipc.c
parent7f218e37eb698a851e4948304950605f3ab80037 (diff)
downloadbluez-c1add0ff9f3073c7df1d7196926bffa1f2d7ebd3.tar.gz
android: Use src/log.h include instead of just log.h
Diffstat (limited to 'android/ipc.c')
-rw-r--r--android/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/ipc.c b/android/ipc.c
index 4f2428ccb..deeeafb31 100644
--- a/android/ipc.c
+++ b/android/ipc.c
@@ -38,7 +38,7 @@
#include "hal-msg.h"
#include "ipc.h"
-#include "log.h"
+#include "src/log.h"
static struct service_handler services[HAL_SERVICE_ID_MAX + 1];