diff options
Diffstat (limited to 'py/smallint.c')
-rw-r--r-- | py/smallint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/smallint.c b/py/smallint.c index 5543f126c3..c57f364e36 100644 --- a/py/smallint.c +++ b/py/smallint.c @@ -24,8 +24,8 @@ * THE SOFTWARE. */ -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "obj.h" #include "smallint.h" |