BLE_API_Tiny_BLE
Fork of BLE_API by
Revision 137:4b648181ea6b, committed 2014-11-21
- Comitter:
- rgrover1
- Date:
- Fri Nov 21 09:23:23 2014 +0000
- Parent:
- 136:723d378149be
- Child:
- 138:3e9f06fd4259
- Commit message:
- Synchronized with git rev ae371eaf
Author: Rohit Grover
add a missing header include.
Changed in this revision
public/GattAttribute.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/GattAttribute.h Fri Nov 21 09:23:23 2014 +0000 +++ b/public/GattAttribute.h Fri Nov 21 09:23:23 2014 +0000 @@ -18,6 +18,8 @@ #ifndef __GATT_ATTRIBUTE_H__ #define __GATT_ATTRIBUTE_H__ +#include <stddef.h> + #include "blecommon.h" #include "UUID.h" @@ -93,4 +95,4 @@ Handle_t _handle; }; -#endif // ifndef __GATT_ATTRIBUTE_H__ +#endif // ifndef __GATT_ATTRIBUTE_H__ \ No newline at end of file