summaryrefslogtreecommitdiffstats
path: root/dnstest
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:26:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:26:30 +0000
commitba33011f7f1f48a626bb67447d36b447c39b2276 (patch)
treeaea5a55e5ae3afd55010f96040569e20376d5aa8 /dnstest
parent2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadnetwork-demos-ba33011f7f1f48a626bb67447d36b447c39b2276.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: More warnings removed.
Diffstat (limited to 'dnstest')
-rw-r--r--dnstest/ChangeLog4
-rw-r--r--dnstest/init.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/dnstest/ChangeLog b/dnstest/ChangeLog
index b46eb56..2b904c5 100644
--- a/dnstest/ChangeLog
+++ b/dnstest/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c: More warnings removed.
+
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* init.c: confdefs.h should be rtems/confdefs.h
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
diff --git a/dnstest/init.c b/dnstest/init.c
index e9df1bf..5f595ec 100644
--- a/dnstest/init.c
+++ b/dnstest/init.c
@@ -42,6 +42,7 @@ rtems_task Init (rtems_task_argument argument);
#include <rtems/confdefs.h>
#include <stdio.h>
+#include <stdlib.h>
#include <rtems/rtems_bsdnet.h>
#include "../networkconfig.h"