2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>

* psx07/init.c: Include <sched.h>, <pthread.h>.
This commit is contained in:
Ralf Corsepius
2009-10-25 17:49:38 +00:00
parent fdb673a552
commit 6c2434a896

View File

@@ -9,6 +9,9 @@
* $Id$ * $Id$
*/ */
#include <pthread.h>
#include <sched.h>
#define CONFIGURE_INIT #define CONFIGURE_INIT
#include "system.h" #include "system.h"
#include <errno.h> #include <errno.h>