summaryrefslogtreecommitdiffstats
path: root/hci/src/packet_fragmenter.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/packet_fragmenter.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/packet_fragmenter.c')
-rw-r--r--hci/src/packet_fragmenter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hci/src/packet_fragmenter.c b/hci/src/packet_fragmenter.c
index 0893f3ad0..b09cf08ab 100644
--- a/hci/src/packet_fragmenter.c
+++ b/hci/src/packet_fragmenter.c
@@ -22,11 +22,11 @@
#include "buffer_allocator.h"
#include "device/include/controller.h"
-#include "hash_map.h"
+#include "osi/include/hash_map.h"
#include "hci_internals.h"
#include "hci_layer.h"
#include "packet_fragmenter.h"
-#include "osi.h"
+#include "osi/include/osi.h"
#include "osi/include/hash_functions.h"
#include "osi/include/log.h"