diff --git a/subsys/net/ip/net_shell.c b/subsys/net/ip/net_shell.c index ffc6a90ce7f..bf9f51c0d15 100644 --- a/subsys/net/ip/net_shell.c +++ b/subsys/net/ip/net_shell.c @@ -21,6 +21,7 @@ #include "route.h" #include "icmpv6.h" #include "icmpv4.h" +#include "connection.h" #if defined(CONFIG_NET_TCP) #include "tcp.h"