• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/bt


Commit MetaInfo

Revision18b5b98b60f07bd5decac6705280120689fbf34f (tree)
Time2016-12-09 12:49:12
AuthorStefan Stanacar <stefan.stanacar@inte...>
CommiterChih-Wei Huang

Log Message

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>

Change Summary

Incremental Difference

--- a/vendor_libs/linux/bt_vendor_linux.c
+++ b/vendor_libs/linux/bt_vendor_linux.c
@@ -30,6 +30,7 @@
3030 #include <sys/ioctl.h>
3131
3232 #include "hci/include/bt_vendor_lib.h"
33+#include "osi/include/osi.h"
3334 #include "osi/include/log.h"
3435 #include "osi/include/properties.h"
3536