summaryrefslogtreecommitdiffstatshomepage
path: root/py/lexerstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/lexerstr.c')
-rw-r--r--py/lexerstr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/lexerstr.c b/py/lexerstr.c
index b8594f4205..8cbf36d831 100644
--- a/py/lexerstr.c
+++ b/py/lexerstr.c
@@ -2,6 +2,8 @@
#include <stdio.h>
#include "misc.h"
+#include "mpconfig.h"
+#include "qstr.h"
#include "lexer.h"
typedef struct _mp_lexer_str_buf_t {