diff options
Diffstat (limited to 'py/objset.c')
-rw-r--r-- | py/objset.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/py/objset.c b/py/objset.c index aea107fc1c..437bae9bf8 100644 --- a/py/objset.c +++ b/py/objset.c @@ -1,5 +1,4 @@ -#include <stdlib.h> -#include <stdint.h> +#include <stdbool.h> #include <string.h> #include <assert.h> |