Skip to content

Commit 7cd7c29

Browse files
committed
[nrf fromtree] 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. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no> (cherry picked from commit ae7d7a800e281b42068a56cda3a7c5be56639600)
1 parent ff7456a commit 7cd7c29

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)