summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-28 13:58:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-10-28 13:58:19 +0000
commit42b7ce27cef0ecf5635d64d4af384fb8f30f5a0e (patch)
tree6686658baa2f813cd206c3cbe14571e8661b5926 /testsuites
parent2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru> (diff)
downloadrtems-42b7ce27cef0ecf5635d64d4af384fb8f30f5a0e.tar.bz2
2002-10-28 Joel Sherrill <joel@OARcorp.com>
* base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/base_mp/apptask.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 2327ef36b6..5b3c65f188 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-28 Joel Sherrill <joel@OARcorp.com>
+
+ * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
+
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
diff --git a/testsuites/samples/base_mp/apptask.c b/testsuites/samples/base_mp/apptask.c
index 566ca7188f..2ba9a3f190 100644
--- a/testsuites/samples/base_mp/apptask.c
+++ b/testsuites/samples/base_mp/apptask.c
@@ -21,6 +21,7 @@
#include "system.h"
#include <stdio.h>
+#include <unistd.h>
rtems_task Application_task(
rtems_task_argument node