diff options
Diffstat (limited to 'py/lexerstr.c')
-rw-r--r-- | py/lexerstr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/lexerstr.c b/py/lexerstr.c index a1f7ce41d0..c3456b9bd2 100644 --- a/py/lexerstr.c +++ b/py/lexerstr.c @@ -24,6 +24,8 @@ * THE SOFTWARE. */ +#include <stdint.h> + #include "mpconfig.h" #include "misc.h" #include "qstr.h" |