summaryrefslogtreecommitdiffstatshomepage
path: root/shared/runtime/mpirq.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared/runtime/mpirq.c')
-rw-r--r--shared/runtime/mpirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/runtime/mpirq.c b/shared/runtime/mpirq.c
index 02139f24dc..8e474bf5a2 100644
--- a/shared/runtime/mpirq.c
+++ b/shared/runtime/mpirq.c
@@ -29,7 +29,7 @@
#include "py/runtime.h"
#include "py/gc.h"
-#include "lib/utils/mpirq.h"
+#include "shared/runtime/mpirq.h"
#if MICROPY_ENABLE_SCHEDULER