diff --git a/port/platform/zephyr/src/u_port_clib.c b/port/platform/zephyr/src/u_port_clib.c index 9c4a7549..a8d2c9bb 100644 --- a/port/platform/zephyr/src/u_port_clib.c +++ b/port/platform/zephyr/src/u_port_clib.c @@ -27,7 +27,11 @@ #include #if KERNELVERSION >= ZEPHYR_VERSION(3,1,0) +#if KERNELVERSION >= ZEPHYR_VERSION(3,5,0) +#include +#else #include +#endif #else #include #endif