diff options
Diffstat (limited to 'py/objfun.c')
-rw-r--r-- | py/objfun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/objfun.c b/py/objfun.c index 361df1914..7d49f18da 100644 --- a/py/objfun.c +++ b/py/objfun.c @@ -1,5 +1,5 @@ +#include <stdbool.h> #include <stdlib.h> -#include <stdint.h> #include <string.h> #include <assert.h> |