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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/posix/src/sched.c b/cpukit/posix/src/sched.c
index 32ae41f5fa..767a9e270b 100644
--- a/cpukit/posix/src/sched.c
+++ b/cpukit/posix/src/sched.c
@@ -2,6 +2,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <assert.h>
#include <sched.h>
#include <errno.h>