summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-04 14:16:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-04 14:16:00 +0000
commitbfded728ec4c912f666df94867c118a1004b0165 (patch)
tree3eadb7ff7985ef295828741c6de0477ad1493193 /testsuites/psxtests/psxhdrs
parentRemoved warning. (diff)
downloadrtems-bfded728ec4c912f666df94867c118a1004b0165.tar.bz2
Fixed warnings.
Diffstat (limited to 'testsuites/psxtests/psxhdrs')
-rw-r--r--testsuites/psxtests/psxhdrs/proc03.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc04.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc05.c1
-rw-r--r--testsuites/psxtests/psxhdrs/proc06.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxhdrs/proc03.c b/testsuites/psxtests/psxhdrs/proc03.c
index 1ec387a4d5..692e0f7da4 100644
--- a/testsuites/psxtests/psxhdrs/proc03.c
+++ b/testsuites/psxtests/psxhdrs/proc03.c
@@ -12,6 +12,7 @@
* $Id$
*/
+#include <unistd.h>
#include <sys/types.h>
void test( void )
diff --git a/testsuites/psxtests/psxhdrs/proc04.c b/testsuites/psxtests/psxhdrs/proc04.c
index 2d72af7a0e..e1b51e7e6d 100644
--- a/testsuites/psxtests/psxhdrs/proc04.c
+++ b/testsuites/psxtests/psxhdrs/proc04.c
@@ -12,6 +12,7 @@
* $Id$
*/
+#include <unistd.h>
#include <sys/types.h>
void test( void )
diff --git a/testsuites/psxtests/psxhdrs/proc05.c b/testsuites/psxtests/psxhdrs/proc05.c
index 524b6c27a4..a105f20e96 100644
--- a/testsuites/psxtests/psxhdrs/proc05.c
+++ b/testsuites/psxtests/psxhdrs/proc05.c
@@ -12,6 +12,7 @@
* $Id$
*/
+#include <unistd.h>
#include <sys/types.h>
void test( void )
diff --git a/testsuites/psxtests/psxhdrs/proc06.c b/testsuites/psxtests/psxhdrs/proc06.c
index 63db1d0c75..7cbc0ed490 100644
--- a/testsuites/psxtests/psxhdrs/proc06.c
+++ b/testsuites/psxtests/psxhdrs/proc06.c
@@ -12,6 +12,7 @@
* $Id$
*/
+#include <unistd.h>
#include <sys/types.h>
void test( void )