summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_showroute.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 13:04:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-21 13:04:55 +0000
commit33679ec46e4e57d47be4580d4b699278733369d7 (patch)
treec3b2cdcea96c771c03524058a1877c6f0b4f280c /cpukit/libnetworking/rtems/rtems_showroute.c
parentRemoved networkconfig.h since it reflects target specific initialization. (diff)
downloadrtems-33679ec46e4e57d47be4580d4b699278733369d7.tar.bz2
All warnings removed.
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 1dc5b9bfad..8beffca220 100644
--- a/cpukit/libnetworking/rtems/rtems_showroute.c
+++ b/cpukit/libnetworking/rtems/rtems_showroute.c
@@ -2,6 +2,8 @@
* $Id$
*/
+#include <stdlib.h>
+
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/systm.h>