You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/03/12 13:37:48 UTC

[mynewt-nimble] 14/32: nimble: Adding missing inttypes.h include

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch new-master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit aaf569e8bc5894d755daa257eca9849caef153e5
Author: Vipul Rahane <vi...@apache.org>
AuthorDate: Mon Feb 26 15:27:23 2018 -0800

    nimble: Adding missing inttypes.h include
    
    - This was causing a build failure
    
    X-Original-Commit: 13566431878bc3e4ac84cd0e9a36eb1d2cd5c870
---
 nimble/host/services/gap/include/services/gap/ble_svc_gap.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nimble/host/services/gap/include/services/gap/ble_svc_gap.h b/nimble/host/services/gap/include/services/gap/ble_svc_gap.h
index d31a3b8..d7b60df 100644
--- a/nimble/host/services/gap/include/services/gap/ble_svc_gap.h
+++ b/nimble/host/services/gap/include/services/gap/ble_svc_gap.h
@@ -20,6 +20,8 @@
 #ifndef H_BLE_SVC_GAP_
 #define H_BLE_SVC_GAP_
 
+#include <inttypes.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif

-- 
To stop receiving notification emails like this one, please contact
andk@apache.org.