diff options
Diffstat (limited to 'py/unicode.c')
-rw-r--r-- | py/unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/unicode.c b/py/unicode.c index c8faa57009..88f835131d 100644 --- a/py/unicode.c +++ b/py/unicode.c @@ -26,8 +26,8 @@ #include <stdint.h> -#include "misc.h" #include "mpconfig.h" +#include "misc.h" // attribute flags #define FL_PRINT (0x01) |