summaryrefslogtreecommitdiff
path: root/apps/examples/telnetd/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/telnetd/shell.c')
-rw-r--r--apps/examples/telnetd/shell.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/examples/telnetd/shell.c b/apps/examples/telnetd/shell.c
index 8cf695551..990a00721 100644
--- a/apps/examples/telnetd/shell.c
+++ b/apps/examples/telnetd/shell.c
@@ -44,8 +44,11 @@
#include <stdlib.h>
#include <string.h>
+#include <net/if.h>
+
#include <apps/netutils/telnetd.h>
#include <apps/netutils/uiplib.h>
+
#include "shell.h"
/****************************************************************************