Skip to content

Commit 372b3a9

Browse files
mt-gjoergesaescolar
authored andcommitted
net: lib: http: add missing includes
filesystem includes, that are required by the static_fs_resource, were missing. Signed-off-by: Gerhard Jörges <[email protected]>
1 parent fc30792 commit 372b3a9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

subsys/net/lib/http/http_server_core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include <string.h>
1313
#include <strings.h>
1414

15+
#include <zephyr/fs/fs.h>
16+
#include <zephyr/fs/fs_interface.h>
1517
#include <zephyr/kernel.h>
1618
#include <zephyr/logging/log.h>
1719
#include <zephyr/net/http/service.h>

subsys/net/lib/http/http_server_http2.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include <string.h>
1313
#include <strings.h>
1414

15+
#include <zephyr/fs/fs.h>
16+
#include <zephyr/fs/fs_interface.h>
1517
#include <zephyr/kernel.h>
1618
#include <zephyr/logging/log.h>
1719
#include <zephyr/net/http/service.h>

0 commit comments

Comments
 (0)