mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-04-18 10:17:38 +00:00
platform: zephyr: add fs.h include
Required for definition of struct fs_file_t and struct fs_dir_t. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
dd0fee27a5
commit
843a652d99
|
|
@ -59,6 +59,7 @@
|
|||
#include <net/net_ip.h>
|
||||
#include <net/net_core.h>
|
||||
#include <net/net_context.h>
|
||||
#include <fs/fs.h>
|
||||
#else /* else of KERNEL_VERSION_NUMBER < 0x030200 */
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/net/net_pkt.h>
|
||||
|
|
@ -67,6 +68,7 @@
|
|||
#include <zephyr/net/net_core.h>
|
||||
#include <zephyr/net/net_context.h>
|
||||
#include <zephyr/net/socket.h>
|
||||
#include <zephyr/fs/fs.h>
|
||||
#endif /* end of KERNEL_VERSION_NUMBER < 0x030200 */
|
||||
|
||||
#ifdef CONFIG_USERSPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user