We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ba8dd commit 889415dCopy full SHA for 889415d
2 files changed
src/ocre/api/ocre_common.c
@@ -15,7 +15,7 @@
15
#include <stdlib.h>
16
#include <string.h>
17
LOG_MODULE_DECLARE(ocre_cs_component, OCRE_LOG_LEVEL);
18
-#include <autoconf.h>
+#include <zephyr/autoconf.h>
19
#include "../../../../../wasm-micro-runtime/core/iwasm/include/lib_export.h"
20
#include "bh_log.h"
21
#include "../ocre_timers/ocre_timer.h"
src/shared/platform/zephyr/core_internal.h
@@ -15,9 +15,9 @@
#include <zephyr/device.h>
#include <zephyr/kernel/mm.h>
-#include <version.h>
-#include <app_version.h>
+#include <zephyr/version.h>
+#include <zephyr/app_version.h>
22
// clang-format off
23
0 commit comments