py/misc.h: Include stdint.h, as large share of code now depends on it.
This commit is contained in:
parent
55995869e5
commit
9f001b09a8
|
@ -31,6 +31,7 @@
|
||||||
/** types *******************************************************/
|
/** types *******************************************************/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
typedef unsigned char byte;
|
typedef unsigned char byte;
|
||||||
|
|
Loading…
Reference in New Issue