summaryrefslogtreecommitdiffstatshomepage
path: root/unix/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/main.c')
-rw-r--r--unix/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/main.c b/unix/main.c
index e582244b39..b9b8fe0b9f 100644
--- a/unix/main.c
+++ b/unix/main.c
@@ -22,7 +22,7 @@
#include "runtime.h"
#include "repl.h"
#include "gc.h"
-#include "build/py/py-version.h"
+#include "genhdr/py-version.h"
#if MICROPY_USE_READLINE
#include <readline/readline.h>