summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/loopback/init.c5
2 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 6a33ddd50e..d192f65603 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,5 +1,9 @@
2007-03-26 Joel Sherrill <joel@OARcorp.com>
+ * loopback/init.c: Add CVS Id.
+
+2007-03-26 Joel Sherrill <joel@OARcorp.com>
+
PR 1230/tests
* minimum/init.c: Minimum should not configure console driver.
diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c
index 7294275bbf..c72fb5a5b2 100644
--- a/testsuites/samples/loopback/init.c
+++ b/testsuites/samples/loopback/init.c
@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
#include <bsp.h>
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
@@ -29,6 +33,7 @@ rtems_task Init(rtems_task_argument argument);
#include <rtems/error.h>
#include <stdio.h>
#include <stdarg.h>
+#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/socket.h>