Merge pull request #878 from bvernoux/master
Fix error: unknown type name 'size_t'
This commit is contained in:
commit
305c4d49be
@ -32,6 +32,7 @@
|
|||||||
/** types *******************************************************/
|
/** types *******************************************************/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
typedef unsigned char byte;
|
typedef unsigned char byte;
|
||||||
typedef unsigned int uint;
|
typedef unsigned int uint;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user