summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched_rr_get_interval.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-04-02 06:40:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-04-02 06:40:32 +0000
commit8fbc22cc3b4b531a0b98af52aa843f2fe7351b02 (patch)
tree099704b39633caba2f85c84b5e277e3cfb21369c /cpukit/posix/src/sched_rr_get_interval.c
parent2010-04-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8fbc22cc3b4b531a0b98af52aa843f2fe7351b02.tar.bz2
#include <unistd.h>.
Diffstat (limited to 'cpukit/posix/src/sched_rr_get_interval.c')
-rw-r--r--cpukit/posix/src/sched_rr_get_interval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/posix/src/sched_rr_get_interval.c b/cpukit/posix/src/sched_rr_get_interval.c
index dfea1abff7..c9e3e280ca 100644
--- a/cpukit/posix/src/sched_rr_get_interval.c
+++ b/cpukit/posix/src/sched_rr_get_interval.c
@@ -15,6 +15,7 @@
#include "config.h"
#endif
+#include <unistd.h> /* getpid */
#include <sched.h>
#include <errno.h>