summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-05-06 20:14:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-05-06 20:14:59 +0000
commitcd34409a6136f22139c986934c430702f9da4449 (patch)
treec96e150f14c62ef60268e9ca51d3851c1974ac4d /cpukit/libnetworking/rtems
parent2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com> (diff)
downloadrtems-cd34409a6136f22139c986934c430702f9da4449.tar.bz2
* libnetworking/rtems/rtems_showifstat.c: Remove warning.
Diffstat (limited to 'cpukit/libnetworking/rtems')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showifstat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_showifstat.c b/cpukit/libnetworking/rtems/rtems_showifstat.c
index a44137ed0e..149cb52418 100644
--- a/cpukit/libnetworking/rtems/rtems_showifstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showifstat.c
@@ -14,6 +14,7 @@
#include <sys/proc.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
+#include <sys/mbuf.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_types.h>