summaryrefslogtreecommitdiffstats
path: root/hci/src/hci_hal_mct.c
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 /hci/src/hci_hal_mct.c
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 'hci/src/hci_hal_mct.c')
-rw-r--r--hci/src/hci_hal_mct.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hci/src/hci_hal_mct.c b/hci/src/hci_hal_mct.c
index 6ba742e94..d831e9314 100644
--- a/hci/src/hci_hal_mct.c
+++ b/hci/src/hci_hal_mct.c
@@ -21,11 +21,11 @@
#include <assert.h>
#include "bt_vendor_lib.h"
-#include "eager_reader.h"
+#include "osi/include/eager_reader.h"
#include "hci_hal.h"
-#include "osi.h"
+#include "osi/include/osi.h"
#include "osi/include/log.h"
-#include "reactor.h"
+#include "osi/include/reactor.h"
#include "vendor.h"
#define HCI_HAL_SERIAL_BUFFER_SIZE 1026