diff options
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index e91d36070..b8eacc68c 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -24,7 +24,8 @@ * THE SOFTWARE. */ -#include "mpconfig.h" +#include "py/mpconfig.h" + // All the qstr definitions in this file are available as constants. // That is, they are in ROM and you can reference them simply as MP_QSTR_xxxx. |