diff options
Diffstat (limited to 'py/parsenum.c')
-rw-r--r-- | py/parsenum.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/parsenum.c b/py/parsenum.c index 8e290da33..c9cef5fcd 100644 --- a/py/parsenum.c +++ b/py/parsenum.c @@ -1,3 +1,4 @@ +#include <stdbool.h> #include <stdlib.h> #include "misc.h" |