summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/crc.c')
-rw-r--r--zephyr/shim/src/crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/shim/src/crc.c b/zephyr/shim/src/crc.c
index 5c726619ee..0c5a81a4dd 100644
--- a/zephyr/shim/src/crc.c
+++ b/zephyr/shim/src/crc.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#include <sys/crc.h>
+#include <zephyr/sys/crc.h>
#include "crc8.h"