samples: net: socket: echo_server: conn mgmt header file missing
The conn_mgr_monitor.h was not included so the compilation gave warning for missing conn_mgr_ignore_iface() function. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
c883d397f6
commit
a59b67c521
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ LOG_MODULE_DECLARE(net_echo_server_sample, LOG_LEVEL_DBG);
|
|||
|
||||
#include <zephyr/net/ethernet.h>
|
||||
#include <zephyr/net/virtual_mgmt.h>
|
||||
#include <zephyr/net/conn_mgr_monitor.h>
|
||||
|
||||
/* User data for the interface callback */
|
||||
struct ud {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue