Skip to content

Commit 9f001b0

Browse files
committed
py/misc.h: Include stdint.h, as large share of code now depends on it.
1 parent 5599586 commit 9f001b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/misc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
/** types *******************************************************/
3232

3333
#include <stdbool.h>
34+
#include <stdint.h>
3435
#include <stddef.h>
3536

3637
typedef unsigned char byte;

0 commit comments

Comments
 (0)