include <string.h> in UUID.h (for memcmp)

This commit is contained in:
Rohit Grover 2015-04-14 08:42:27 +01:00
parent 59d5ed95ad
commit b85a558c8b

View file

@ -17,6 +17,8 @@
#ifndef __UUID_H__
#define __UUID_H__
#include <string.h>
#include "blecommon.h"
const unsigned LENGTH_OF_LONG_UUID = 16;