summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_showroute.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_showroute.c
parentnetwork: Ensure matching syscall prototypes (diff)
downloadrtems-e800b0738b05e683ab64e509e4b48170c71dbd2b.tar.bz2
network: Fix warnings
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_showroute.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showroute.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_showroute.c b/cpukit/libnetworking/rtems/rtems_showroute.c
index 6080fa3b4a..44b4c3bd28 100644
--- a/cpukit/libnetworking/rtems/rtems_showroute.c
+++ b/cpukit/libnetworking/rtems/rtems_showroute.c
@@ -29,6 +29,8 @@
#undef random
#include <stdlib.h>
+#include <rtems/rtems_bsdnet.h>
+
/*
* Information per route
*/