This is an automated email from the ASF dual-hosted git repository.
ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
The following commit(s) were added to refs/heads/master by this push:
new 9badd71 BLE Host - Add missing #include.
9badd71 is described below
commit 9badd7176419fbaf08226900c7c86a9f88a96dae
Author: Christopher Collins <[email protected]>
AuthorDate: Thu Jun 29 17:45:08 2017 -0700
BLE Host - Add missing #include.
---
net/nimble/host/include/host/ble_hs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/nimble/host/include/host/ble_hs.h
b/net/nimble/host/include/host/ble_hs.h
index 11de249..9fd15f0 100644
--- a/net/nimble/host/include/host/ble_hs.h
+++ b/net/nimble/host/include/host/ble_hs.h
@@ -31,6 +31,7 @@
#include "host/ble_hs_log.h"
#include "host/ble_hs_test.h"
#include "host/ble_hs_mbuf.h"
+#include "host/ble_ibeacon.h"
#include "host/ble_l2cap.h"
#include "host/ble_sm.h"
#include "host/ble_store.h"
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].