Skip to content

Commit bf5df2a

Browse files
committed
[nrf fromlist] net: events: Add missing net_mgmt.h include
net_event.h header makes use of macros defined in net_mgmt.h, therefore it should include that header. Upstream PR #: 92246 Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 2a47884 commit bf5df2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zephyr/net/net_event.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#define ZEPHYR_INCLUDE_NET_NET_EVENT_H_
1414

1515
#include <zephyr/net/net_ip.h>
16+
#include <zephyr/net/net_mgmt.h>
1617
#include <zephyr/net/hostname.h>
1718

1819
#ifdef __cplusplus

0 commit comments

Comments
 (0)