Explorar o código

zephyr: use <zephyr/kernel.h>

<zephyr/zephyr.h> is a shim to the Kernel header, so let's use it
directly.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Gerard Marull-Paretas %!s(int64=3) %!d(string=hai) anos
pai
achega
9a610af6ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -195,7 +195,7 @@ mg_static_assert(sizeof(void *) >= sizeof(int), "data type size check");
 #include <sys/socket.h>
 #include <sys/socket.h>
 #include <time.h>
 #include <time.h>
 
 
-#include <zephyr/zephyr.h>
+#include <zephyr/kernel.h>
 
 
 /* Max worker threads is the max of pthreads minus the main application thread
 /* Max worker threads is the max of pthreads minus the main application thread
  * and minus the main civetweb thread, thus -2
  * and minus the main civetweb thread, thus -2