diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 6a33ddd50e..d192f65603 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,7 @@ +2007-03-26 Joel Sherrill + + * loopback/init.c: Add CVS Id. + 2007-03-26 Joel Sherrill PR 1230/tests 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 #define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER @@ -29,6 +33,7 @@ rtems_task Init(rtems_task_argument argument); #include #include #include +#include #include #include #include