summaryrefslogtreecommitdiff
path: root/emulator/bthost.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-12 21:47:56 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-02-12 21:47:56 +0100
commitafdd96340a1c4d92d9ef9c87af354143fa57111d (patch)
treecef68c295fd72c2b11cdf9f95004039eebec5bca /emulator/bthost.c
parentab103f9f29de2658f7917770a5c2afd876e2a8db (diff)
downloadbluez-afdd96340a1c4d92d9ef9c87af354143fa57111d.tar.gz
emulator: Use local includes for libbluetooth headers
Diffstat (limited to 'emulator/bthost.c')
-rw-r--r--emulator/bthost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/bthost.c b/emulator/bthost.c
index 5e83e145a..86f1e56f3 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -33,7 +33,7 @@
#include <endian.h>
#include <stdbool.h>
-#include "bluetooth/bluetooth.h"
+#include "lib/bluetooth.h"
#include "src/shared/util.h"
#include "monitor/bt.h"