summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_showmbuf.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_showmbuf.c
parentnetwork: Ensure matching syscall prototypes (diff)
downloadrtems-e800b0738b05e683ab64e509e4b48170c71dbd2b.tar.bz2
network: Fix warnings
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_showmbuf.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showmbuf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_showmbuf.c b/cpukit/libnetworking/rtems/rtems_showmbuf.c
index 724838d350..14aa79e733 100644
--- a/cpukit/libnetworking/rtems/rtems_showmbuf.c
+++ b/cpukit/libnetworking/rtems/rtems_showmbuf.c
@@ -10,6 +10,8 @@
#include <sys/proc.h>
#include <sys/mbuf.h>
+#include <rtems/rtems_bsdnet.h>
+
/*
* Display MBUF statistics
* Don't lock the rest of the network tasks out while printing.