summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking/rtems/rtems_showudpstat.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-22 09:15:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-22 09:25:11 +0200
commite800b0738b05e683ab64e509e4b48170c71dbd2b (patch)
tree214f638a5667c5762200ac775b4fb995e01855f9 /cpukit/libnetworking/rtems/rtems_showudpstat.c
parent1641088178538e4ae409d53bbcbbb06fa80ffca0 (diff)
network: Fix warnings
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_showudpstat.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showudpstat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_showudpstat.c b/cpukit/libnetworking/rtems/rtems_showudpstat.c
index 0c86e4cde9..285a5a69fc 100644
--- a/cpukit/libnetworking/rtems/rtems_showudpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showudpstat.c
@@ -18,6 +18,8 @@
#include <netinet/udp.h>
#include <netinet/udp_var.h>
+#include <rtems/rtems_bsdnet.h>
+
/*
* Display UDP statistics
* Don't lock the rest of the network tasks out while printing.