summaryrefslogtreecommitdiff
path: root/emulator/le.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/le.c
parentab103f9f29de2658f7917770a5c2afd876e2a8db (diff)
downloadbluez-afdd96340a1c4d92d9ef9c87af354143fa57111d.tar.gz
emulator: Use local includes for libbluetooth headers
Diffstat (limited to 'emulator/le.c')
-rw-r--r--emulator/le.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulator/le.c b/emulator/le.c
index 2a8fe46ab..755c6ae18 100644
--- a/emulator/le.c
+++ b/emulator/le.c
@@ -33,8 +33,8 @@
#include <sys/socket.h>
#include <sys/un.h>
-#include <bluetooth/bluetooth.h>
-#include <bluetooth/hci.h>
+#include "lib/bluetooth.h"
+#include "lib/hci.h"
#include "src/shared/util.h"
#include "src/shared/crypto.h"