summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorSharvil Nanavati <sharvil@google.com>2015-03-12 15:42:50 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-03-16 16:51:49 -0700
commit0f9b91e150e153229235c163861198e23600e636 (patch)
tree90b99744d8f59918377ab936e1961347322730d4 /device
parenta2eb9810ceae3f38d281393f7c56422f4ef89374 (diff)
downloadandroid_system_bt-0f9b91e150e153229235c163861198e23600e636.tar.gz
android_system_bt-0f9b91e150e153229235c163861198e23600e636.tar.bz2
android_system_bt-0f9b91e150e153229235c163861198e23600e636.zip
Use fully qualified path for OSI includes.
Diffstat (limited to 'device')
-rw-r--r--device/src/controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/src/controller.c b/device/src/controller.c
index 43e16e447..23d86c3f2 100644
--- a/device/src/controller.c
+++ b/device/src/controller.c
@@ -25,7 +25,7 @@
#include "bt_types.h"
#include "device/include/controller.h"
#include "event_mask.h"
-#include "future.h"
+#include "osi/include/future.h"
#include "hcimsgs.h"
#include "hci/include/hci_layer.h"
#include "hci/include/hci_packet_factory.h"