summaryrefslogtreecommitdiff
path: root/include/atomic_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/atomic_t.h')
-rw-r--r--include/atomic_t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/atomic_t.h b/include/atomic_t.h
index e35fc187bf..d7c1a99147 100644
--- a/include/atomic_t.h
+++ b/include/atomic_t.h
@@ -16,7 +16,7 @@ typedef long atomic_t;
#endif
typedef atomic_t atomic_val_t;
#else
-#include <sys/atomic.h>
+#include <zephyr/sys/atomic.h>
#endif
#endif /* __CROS_EC_ATOMIC_T_H */