We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f9508 commit c60ee5bCopy full SHA for c60ee5b
1 file changed
core/shared/platform/zephyr/platform_internal.h
@@ -59,6 +59,7 @@
59
#include <net/net_ip.h>
60
#include <net/net_core.h>
61
#include <net/net_context.h>
62
+#include <fs/fs.h>
63
#else /* else of KERNEL_VERSION_NUMBER < 0x030200 */
64
#include <zephyr/kernel.h>
65
#include <zephyr/net/net_pkt.h>
@@ -67,6 +68,7 @@
67
68
#include <zephyr/net/net_core.h>
69
#include <zephyr/net/net_context.h>
70
#include <zephyr/net/socket.h>
71
+#include <zephyr/fs/fs.h>
72
#endif /* end of KERNEL_VERSION_NUMBER < 0x030200 */
73
74
#ifdef CONFIG_USERSPACE
0 commit comments