diff options
Diffstat (limited to 'stmhal/pyexec.c')
-rw-r--r-- | stmhal/pyexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c index 9821e6a929..3f9482ec58 100644 --- a/stmhal/pyexec.c +++ b/stmhal/pyexec.c @@ -22,7 +22,7 @@ #include "readline.h" #include "pyexec.h" #include "usb.h" -#include "build/py/py-version.h" +#include "genhdr/py-version.h" pyexec_mode_kind_t pyexec_mode_kind = PYEXEC_MODE_FRIENDLY_REPL; STATIC bool repl_display_debugging_info = 0; |