nimble: Adding missing inttypes.h include

- This was causing a build failure

X-Original-Commit: 13566431878bc3e4ac84cd0e9a36eb1d2cd5c870
This commit is contained in:
Vipul Rahane
2018-02-26 15:27:23 -08:00
parent 78617e1644
commit aaf569e8bc
@@ -20,6 +20,8 @@
#ifndef H_BLE_SVC_GAP_
#define H_BLE_SVC_GAP_
#include <inttypes.h>
#ifdef __cplusplus
extern "C" {
#endif