add a missing header include.

This commit is contained in:
Rohit Grover 2014-11-20 11:41:53 +00:00
parent 0ee78c2c46
commit ae371eaf9d
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#ifndef __GATT_ATTRIBUTE_H__
#define __GATT_ATTRIBUTE_H__
#include <stddef.h>
#include "blecommon.h"
#include "UUID.h"