Skip to content

Commit 807a726

Browse files
maass-hamburgnashif
authored andcommitted
net: config: add missing include
this adds a missing include of zephyr/net/net_if.h Signed-off-by: Fin Maaß <[email protected]>
1 parent a304f98 commit 807a726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/net/lib/config/init_clock_sntp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
LOG_MODULE_DECLARE(net_config, CONFIG_NET_CONFIG_LOG_LEVEL);
99

1010
#include <errno.h>
11+
#include <zephyr/net/net_if.h>
1112
#include <zephyr/net/sntp.h>
1213
#include <zephyr/posix/time.h>
1314

0 commit comments

Comments
 (0)