system/bt
修訂 | 9cdeda3bdc4a6e38014ea4c55c7fb6a15e7757f1 (tree) |
---|---|
時間 | 2016-10-07 00:20:31 |
作者 | 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 |