system/bt
Revision | 18b5b98b60f07bd5decac6705280120689fbf34f (tree) |
---|---|
Time | 2016-12-09 12:49:12 |
Author | Stefan Stanacar <stefan.stanacar@inte...> |
Commiter | Chih-Wei Huang |
Add missing include for OSI_NO_INTR
Fixes building bt_vendor_linux since
OSI_NO_INTR is defined in osi.h
Change-Id: Ib95a3126ed4a7b8f0bdc7db3dd2ef162825f2cbe
Signed-off-by: Stefan Stanacar <stefan.stanacar@intel.com>
@@ -30,6 +30,7 @@ | ||
30 | 30 | #include <sys/ioctl.h> |
31 | 31 | |
32 | 32 | #include "hci/include/bt_vendor_lib.h" |
33 | +#include "osi/include/osi.h" | |
33 | 34 | #include "osi/include/log.h" |
34 | 35 | #include "osi/include/properties.h" |
35 | 36 |