summaryrefslogtreecommitdiff
path: root/ports/zephyr/modmachine.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/zephyr/modmachine.c')
-rw-r--r--ports/zephyr/modmachine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/modmachine.c b/ports/zephyr/modmachine.c
index adec9160b..bc984d1b6 100644
--- a/ports/zephyr/modmachine.c
+++ b/ports/zephyr/modmachine.c
@@ -28,7 +28,7 @@
#include <stdint.h>
#include <stdio.h>
-#include <power/reboot.h>
+#include <sys/reboot.h>
#include "py/obj.h"
#include "py/runtime.h"