summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07/init.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 17:49:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-25 17:49:38 +0000
commit6c2434a896d5bf55cd199f75998f03334ae4ae46 (patch)
treefac5a61b874fda111b37deeeb717132dc37d91af /testsuites/psxtests/psx07/init.c
parent2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6c2434a896d5bf55cd199f75998f03334ae4ae46.tar.bz2
2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx07/init.c: Include <sched.h>, <pthread.h>.
Diffstat (limited to 'testsuites/psxtests/psx07/init.c')
-rw-r--r--testsuites/psxtests/psx07/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx07/init.c b/testsuites/psxtests/psx07/init.c
index 56f7ebdf5d..7de7021646 100644
--- a/testsuites/psxtests/psx07/init.c
+++ b/testsuites/psxtests/psx07/init.c
@@ -9,6 +9,9 @@
* $Id$
*/
+#include <pthread.h>
+#include <sched.h>
+
#define CONFIGURE_INIT
#include "system.h"
#include <errno.h>