summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-02 07:28:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-02 07:28:41 +0000
commit00d8eab9203b0ecee1242f1644aed57e85d425ee (patch)
tree1601303c7855e2bf1163b832138adf28d9c2497f /testsuites/psxtests/psxhdrs
parent2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-00d8eab9203b0ecee1242f1644aed57e85d425ee.tar.bz2
#include <unistd.h>.
Diffstat (limited to 'testsuites/psxtests/psxhdrs')
-rw-r--r--testsuites/psxtests/psxhdrs/proc01.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc02.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc07.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc08.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc09.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc10.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc11.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc12.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc13.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc14.c1
-rw-r--r--testsuites/psxtests/psxhdrs/signal20.c2
-rw-r--r--testsuites/psxtests/psxhdrs/signal21.c2
12 files changed, 12 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxhdrs/proc01.c b/testsuites/psxtests/psxhdrs/proc01.c
index fb7c775793..a1d9123883 100644
--- a/testsuites/psxtests/psxhdrs/proc01.c
+++ b/testsuites/psxtests/psxhdrs/proc01.c
@@ -13,6 +13,7 @@
*/
#include <sys/types.h>
+#include <unistd.h>
void test( void );
diff --git a/testsuites/psxtests/psxhdrs/proc02.c b/testsuites/psxtests/psxhdrs/proc02.c
index 1819069a7f..83383660f8 100644
--- a/testsuites/psxtests/psxhdrs/proc02.c
+++ b/testsuites/psxtests/psxhdrs/proc02.c
@@ -13,6 +13,7 @@
*/
#include <sys/types.h>
+#include <unistd.h>
void test( void );
diff --git a/testsuites/psxtests/psxhdrs/proc07.c b/testsuites/psxtests/psxhdrs/proc07.c
index 824fd50c10..165147006c 100644
--- a/testsuites/psxtests/psxhdrs/proc07.c
+++ b/testsuites/psxtests/psxhdrs/proc07.c
@@ -13,6 +13,7 @@
*/
#include <sys/types.h>
+#include <unistd.h>
void test( void );
diff --git a/testsuites/psxtests/psxhdrs/proc08.c b/testsuites/psxtests/psxhdrs/proc08.c
index a4758795d1..1a8859e05c 100644
--- a/testsuites/psxtests/psxhdrs/proc08.c
+++ b/testsuites/psxtests/psxhdrs/proc08.c
@@ -13,6 +13,7 @@
*/
#include <sys/types.h>
+#include <unistd.h>
void test( void );
diff --git a/testsuites/psxtests/psxhdrs/proc09.c b/testsuites/psxtests/psxhdrs/proc09.c
index 3a1dd2201c..a1b0f2bdde 100644
--- a/testsuites/psxtests/psxhdrs/proc09.c
+++ b/testsuites/psxtests/psxhdrs/proc09.c
@@ -13,6 +13,7 @@
*/
#include <sys/types.h>
+#include <unistd.h>
void test( void );
diff --git a/testsuites/psxtests/psxhdrs/proc10.c b/testsuites/psxtests/psxhdrs/proc10.c
index b8f6e0c7f4..182dbc87c6 100644
--- a/testsuites/psxtests/psxhdrs/proc10.c
+++ b/testsuites/psxtests/psxhdrs/proc10.c
@@ -13,6 +13,7 @@
*/
#include <sys/types.h>
+#include <unistd.h>
void test( void );
diff --git a/testsuites/psxtests/psxhdrs/proc11.c b/testsuites/psxtests/psxhdrs/proc11.c
index 9470a2ede0..94f7440f2f 100644
--- a/testsuites/psxtests/psxhdrs/proc11.c
+++ b/testsuites/psxtests/psxhdrs/proc11.c
@@ -13,6 +13,7 @@
*/
#include <sys/types.h>
+#include <unistd.h>
#include <limits.h> /* for LOGIN_NAME_MAX */
void test( void );
diff --git a/testsuites/psxtests/psxhdrs/proc12.c b/testsuites/psxtests/psxhdrs/proc12.c
index 0fb5173efb..fa3450dbbc 100644
--- a/testsuites/psxtests/psxhdrs/proc12.c
+++ b/testsuites/psxtests/psxhdrs/proc12.c
@@ -13,6 +13,7 @@
*/
#include <sys/types.h>
+#include <unistd.h>
void test( void );
diff --git a/testsuites/psxtests/psxhdrs/proc13.c b/testsuites/psxtests/psxhdrs/proc13.c
index cfea360d25..5c82a63a9c 100644
--- a/testsuites/psxtests/psxhdrs/proc13.c
+++ b/testsuites/psxtests/psxhdrs/proc13.c
@@ -13,6 +13,7 @@
*/
#include <sys/types.h>
+#include <unistd.h>
void test( void );
diff --git a/testsuites/psxtests/psxhdrs/proc14.c b/testsuites/psxtests/psxhdrs/proc14.c
index d643bcb65f..f30ff6714e 100644
--- a/testsuites/psxtests/psxhdrs/proc14.c
+++ b/testsuites/psxtests/psxhdrs/proc14.c
@@ -13,6 +13,7 @@
*/
#include <sys/types.h>
+#include <unistd.h>
void test( void );
diff --git a/testsuites/psxtests/psxhdrs/signal20.c b/testsuites/psxtests/psxhdrs/signal20.c
index e2863d4a5e..21e9bf303c 100644
--- a/testsuites/psxtests/psxhdrs/signal20.c
+++ b/testsuites/psxtests/psxhdrs/signal20.c
@@ -12,7 +12,7 @@
* $Id$
*/
-#include <signal.h>
+#include <unistd.h>
void test( void );
diff --git a/testsuites/psxtests/psxhdrs/signal21.c b/testsuites/psxtests/psxhdrs/signal21.c
index c7b95bc322..afb9c0a8ca 100644
--- a/testsuites/psxtests/psxhdrs/signal21.c
+++ b/testsuites/psxtests/psxhdrs/signal21.c
@@ -12,7 +12,7 @@
* $Id$
*/
-#include <signal.h>
+#include <unistd.h>
void test( void );