net: shell: Fix compiler error when printing conn handlers
There was compiler error if CONFIG_NET_DEBUG_CONN was set. Change-Id: Ibb6721c55dd2c56cd0097359a53563c6221859ea Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
d8dd91d7bf
commit
af1e3b9d32
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "route.h"
|
||||
#include "icmpv6.h"
|
||||
#include "icmpv4.h"
|
||||
#include "connection.h"
|
||||
|
||||
#if defined(CONFIG_NET_TCP)
|
||||
#include "tcp.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue