summaryrefslogtreecommitdiff
path: root/android/hidhost.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/hidhost.c
parent7f218e37eb698a851e4948304950605f3ab80037 (diff)
downloadbluez-c1add0ff9f3073c7df1d7196926bffa1f2d7ebd3.tar.gz
android: Use src/log.h include instead of just log.h
Diffstat (limited to 'android/hidhost.c')
-rw-r--r--android/hidhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hidhost.c b/android/hidhost.c
index 37b28a6fc..161f4ec73 100644
--- a/android/hidhost.c
+++ b/android/hidhost.c
@@ -42,8 +42,8 @@
#include "src/sdp-client.h"
#include "src/uuid-helper.h"
#include "profiles/input/uhid_copy.h"
+#include "src/log.h"
-#include "log.h"
#include "hal-msg.h"
#include "ipc.h"
#include "hidhost.h"