Fix error: unknown type name 'size_t'

pull/878/head
bvernoux 2014-09-28 09:54:35 +02:00
rodzic f90b59e610
commit f6f248b464
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -32,6 +32,7 @@
/** types *******************************************************/
#include <stdbool.h>
#include <stddef.h>
typedef unsigned char byte;
typedef unsigned int uint;