summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched.c')
-rw-r--r--cpukit/posix/src/sched.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/src/sched.c b/cpukit/posix/src/sched.c
index 9da0e43091..1a9a9fe38b 100644
--- a/cpukit/posix/src/sched.c
+++ b/cpukit/posix/src/sched.c
@@ -2,6 +2,7 @@
* $Id$
*/
+#include <assert.h>
#include <sched.h>
#include <rtems/system.h>