commit | 0f9b91e150e153229235c163861198e23600e636 | [log] [tgz] |
---|---|---|
author | Sharvil Nanavati <sharvil@google.com> | Thu Mar 12 15:42:50 2015 -0700 |
committer | Andre Eisenbach <eisenbach@google.com> | Mon Mar 16 16:51:49 2015 -0700 |
tree | 90b99744d8f59918377ab936e1961347322730d4 | |
parent | a2eb9810ceae3f38d281393f7c56422f4ef89374 [diff] [blame] |
Use fully qualified path for OSI includes.
diff --git a/tools/hci/main.c b/tools/hci/main.c index 844f288..fc433bc 100644 --- a/tools/hci/main.c +++ b/tools/hci/main.c
@@ -6,7 +6,7 @@ #include <sys/types.h> #include <unistd.h> -#include "osi.h" +#include "osi/include/osi.h" typedef int (*handler_t)(int argc, char **argv);