diff options
Diffstat (limited to 'py/objexcept.c')
-rw-r--r-- | py/objexcept.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objexcept.c b/py/objexcept.c index 9b39788759..4b8d6ea08b 100644 --- a/py/objexcept.c +++ b/py/objexcept.c @@ -28,6 +28,7 @@ #include <stdarg.h> #include <assert.h> #include <stdio.h> +#include <stdint.h> #include "mpconfig.h" #include "nlr.h" |