summaryrefslogtreecommitdiffstats
path: root/netdemo
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:00:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:00:33 +0000
commitbb264e091c76ea1216bcf96c4f3414144eb8d769 (patch)
tree37ba9393a0952a5b20cb75ebd0fa5b187102debf /netdemo
parent2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadnetwork-demos-bb264e091c76ea1216bcf96c4f3414144eb8d769.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: Now compiles reasonably cleanly with CVS head.
Diffstat (limited to 'netdemo')
-rw-r--r--netdemo/ChangeLog4
-rw-r--r--netdemo/init.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/netdemo/ChangeLog b/netdemo/ChangeLog
index 127312c..db8b351 100644
--- a/netdemo/ChangeLog
+++ b/netdemo/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c: Now compiles reasonably cleanly with CVS head.
+
+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/netdemo/init.c b/netdemo/init.c
index 3a5b0bb..bc04110 100644
--- a/netdemo/init.c
+++ b/netdemo/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"