From afdd96340a1c4d92d9ef9c87af354143fa57111d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 12 Feb 2015 21:47:56 +0100 Subject: emulator: Use local includes for libbluetooth headers --- emulator/hciemu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulator/hciemu.c') diff --git a/emulator/hciemu.c b/emulator/hciemu.c index c5bfa77dc..fe2f66286 100644 --- a/emulator/hciemu.c +++ b/emulator/hciemu.c @@ -36,8 +36,8 @@ #include -#include -#include +#include "lib/bluetooth.h" +#include "lib/hci.h" #include "monitor/bt.h" #include "emulator/btdev.h" -- cgit v1.2.1