diff options
Diffstat (limited to 'py/strtonum.c')
-rw-r--r-- | py/strtonum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/strtonum.c b/py/strtonum.c index 48a746603f..d8bb05ac8d 100644 --- a/py/strtonum.c +++ b/py/strtonum.c @@ -6,7 +6,7 @@ #include "misc.h" #include "mpconfig.h" -#include "mpqstr.h" +#include "qstr.h" #include "nlr.h" #include "obj.h" |