diff options
Diffstat (limited to 'py/parsenumbase.c')
-rw-r--r-- | py/parsenumbase.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/py/parsenumbase.c b/py/parsenumbase.c index 8d057af187..73a3372f0a 100644 --- a/py/parsenumbase.c +++ b/py/parsenumbase.c @@ -24,7 +24,9 @@ * THE SOFTWARE. */ -#include "py/parsenum.h" +#include "py/mpconfig.h" +#include "py/misc.h" +#include "py/parsenumbase.h" // find real radix base, and strip preceding '0x', '0o' and '0b' // puts base in *base, and returns number of bytes to skip the prefix |