summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched_getparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched_getparam.c')
-rw-r--r--cpukit/posix/src/sched_getparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/sched_getparam.c b/cpukit/posix/src/sched_getparam.c
index 318f5b9c55..4817745ad2 100644
--- a/cpukit/posix/src/sched_getparam.c
+++ b/cpukit/posix/src/sched_getparam.c
@@ -21,7 +21,7 @@
#include <sched.h>
#include <errno.h>
-#include <rtems/system.h>
+#include <rtems/score/basedefs.h>
#include <rtems/seterr.h>
/**