diff options
Diffstat (limited to 'ports/zephyr/modmachine.c')
| -rw-r--r-- | ports/zephyr/modmachine.c | 2 |
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" |
