summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 17:48:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 17:48:44 +0000
commit33bec644b3c5152b7529a31624819647203d83b7 (patch)
treee619d911bf468fc0ab3284d8ad3b962432c317a6 /testsuites/psxtests
parent2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-33bec644b3c5152b7529a31624819647203d83b7.tar.bz2
2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx05/init.c: Include <sched.h>.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psx05/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx05/init.c b/testsuites/psxtests/psx05/init.c
index 2194f8873d..0c5f7718d4 100644
--- a/testsuites/psxtests/psx05/init.c
+++ b/testsuites/psxtests/psx05/init.c
@@ -9,6 +9,8 @@
* $Id$
*/
+#include <sched.h>
+
#define CONFIGURE_INIT
#include "system.h"
#include <errno.h>