include <string.h> in UUID.h (for memcmp)
This commit is contained in:
parent
59d5ed95ad
commit
b85a558c8b
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
#ifndef __UUID_H__
|
||||
#define __UUID_H__
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "blecommon.h"
|
||||
|
||||
const unsigned LENGTH_OF_LONG_UUID = 16;
|
||||
|
|
Loading…
Reference in a new issue