You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/06/30 00:45:16 UTC

[mynewt-core] branch master updated: BLE Host - Add missing #include.

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 <cc...@apache.org>
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
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].