summaryrefslogtreecommitdiff
path: root/common/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/timer.c')
-rw-r--r--common/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timer.c b/common/timer.c
index 8ca5014949..a8d02e7ece 100644
--- a/common/timer.c
+++ b/common/timer.c
@@ -17,7 +17,7 @@
#include "watchdog.h"
#ifdef CONFIG_ZEPHYR
-#include <kernel.h> /* For k_usleep() */
+#include <zephyr/kernel.h> /* For k_usleep() */
#else
extern __error("k_usleep() should only be called from Zephyr code")
int32_t k_usleep(int32_t);