summaryrefslogtreecommitdiff
path: root/emulator/vhci.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-11-20 11:50:48 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-11-20 16:12:51 +0100
commitce06826bd7d0ec0a657c15b309421cc2b70afa43 (patch)
tree4c6d4c8570d449e675bdeb96e9cc9f616d45469a /emulator/vhci.c
parentf8b977a7760937eeeca427b5b251ce2ee1cd55e9 (diff)
downloadbluez-ce06826bd7d0ec0a657c15b309421cc2b70afa43.tar.gz
build: Remove stupid -I directives
Diffstat (limited to 'emulator/vhci.c')
-rw-r--r--emulator/vhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulator/vhci.c b/emulator/vhci.c
index 6b66105c5..52876ba91 100644
--- a/emulator/vhci.c
+++ b/emulator/vhci.c
@@ -33,7 +33,7 @@
#include <stdlib.h>
#include <string.h>
-#include "mainloop.h"
+#include "monitor/mainloop.h"
#include "btdev.h"
#include "vhci.h"