summaryrefslogtreecommitdiff
path: root/emulator/b1ee.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/b1ee.c
parentab103f9f29de2658f7917770a5c2afd876e2a8db (diff)
downloadbluez-afdd96340a1c4d92d9ef9c87af354143fa57111d.tar.gz
emulator: Use local includes for libbluetooth headers
Diffstat (limited to 'emulator/b1ee.c')
-rw-r--r--emulator/b1ee.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulator/b1ee.c b/emulator/b1ee.c
index 1cb47d655..1fe46840f 100644
--- a/emulator/b1ee.c
+++ b/emulator/b1ee.c
@@ -36,8 +36,8 @@
#include <netdb.h>
#include <arpa/inet.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/hci.h>
+#include "lib/bluetooth.h"
+#include "lib/hci.h"
#include "src/shared/mainloop.h"