aboutsummaryrefslogtreecommitdiff
path: root/pw_sync_zephyr/binary_semaphore.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pw_sync_zephyr/binary_semaphore.cc')
-rw-r--r--pw_sync_zephyr/binary_semaphore.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_sync_zephyr/binary_semaphore.cc b/pw_sync_zephyr/binary_semaphore.cc
index 082813769..9e3e33efc 100644
--- a/pw_sync_zephyr/binary_semaphore.cc
+++ b/pw_sync_zephyr/binary_semaphore.cc
@@ -14,7 +14,7 @@
#include "pw_sync/binary_semaphore.h"
-#include <kernel.h>
+#include <zephyr/kernel.h>
namespace pw::sync {