summaryrefslogtreecommitdiff
path: root/nuttx/net/icmp/icmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/icmp/icmp.h')
-rw-r--r--nuttx/net/icmp/icmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/net/icmp/icmp.h b/nuttx/net/icmp/icmp.h
index e0c2c756c..a5cad2b19 100644
--- a/nuttx/net/icmp/icmp.h
+++ b/nuttx/net/icmp/icmp.h
@@ -44,6 +44,8 @@
#include <sys/types.h>
+#include <nuttx/net/ip.h>
+
#ifdef CONFIG_NET_ICMP
/****************************************************************************