summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-06 21:26:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-06 21:26:17 +0000
commitfd3c47ccfce673338302b598f9170ecb6ae8a092 (patch)
treec4479c3f6415aab50da33a5a75c55cea6a5396f2
parenta3bf3ec1dd40e6fd5f2f910f9dc34939dd659fa9 (diff)
2010-04-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* both_hello/test.c: Add unistd.h
-rw-r--r--hello/ChangeLog4
-rw-r--r--hello/both_hello/test.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/hello/ChangeLog b/hello/ChangeLog
index 183a499..1cd4ce9 100644
--- a/hello/ChangeLog
+++ b/hello/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-06 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * both_hello/test.c: Add unistd.h
+
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog: New file.
diff --git a/hello/both_hello/test.c b/hello/both_hello/test.c
index f8947b9..07837e8 100644
--- a/hello/both_hello/test.c
+++ b/hello/both_hello/test.c
@@ -6,6 +6,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
rtems_task Init(
rtems_task_argument ignored