Skip to content

Commit f6f248b

Browse files
committed
Fix error: unknown type name 'size_t'
1 parent f90b59e commit f6f248b

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
@@ -32,6 +32,7 @@
3232
/** types *******************************************************/
3333

3434
#include <stdbool.h>
35+
#include <stddef.h>
3536

3637
typedef unsigned char byte;
3738
typedef unsigned int uint;

0 commit comments

Comments
 (0)