summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/loopback
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-26 22:22:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-03-26 22:22:37 +0000
commit4116e57e75c7861650d14633313aa0fab89635e9 (patch)
tree1d8dccc21f194e77a0c56e7649347b05dd4f8852 /testsuites/samples/loopback
parent2007-03-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4116e57e75c7861650d14633313aa0fab89635e9.tar.bz2
2007-03-26 Joel Sherrill <joel@OARcorp.com>
* loopback/init.c: Add CVS Id.
Diffstat (limited to 'testsuites/samples/loopback')
-rw-r--r--testsuites/samples/loopback/init.c5
1 files changed, 5 insertions, 0 deletions
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>