summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 17:46:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 17:46:40 +0000
commit98843fb85434cb1331dd5fdbf6f6d72d8d95a679 (patch)
tree640e2ccdcf25304c9e706cc052129c1396691b6b /testsuites/psxtests
parent2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-98843fb85434cb1331dd5fdbf6f6d72d8d95a679.tar.bz2
2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx11/init.c, psx09/init.c: Include <sched.h>.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psx09/init.c2
-rw-r--r--testsuites/psxtests/psx11/init.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx09/init.c b/testsuites/psxtests/psx09/init.c
index dc79dc637d..797ad9ec0e 100644
--- a/testsuites/psxtests/psx09/init.c
+++ b/testsuites/psxtests/psx09/init.c
@@ -9,6 +9,8 @@
* $Id$
*/
+#include <sched.h>
+
#define CONFIGURE_INIT
#include "system.h"
#include <errno.h>
diff --git a/testsuites/psxtests/psx11/init.c b/testsuites/psxtests/psx11/init.c
index a6d38aafe1..0c4d4243e1 100644
--- a/testsuites/psxtests/psx11/init.c
+++ b/testsuites/psxtests/psx11/init.c
@@ -9,6 +9,8 @@
* $Id$
*/
+#include <sched.h>
+
#define CONFIGURE_INIT
#include "system.h"
#include <errno.h>