summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/ptimer1.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-12-10 04:17:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-12-10 04:17:50 +0000
commit0ff3df03453e2b7ac2d6286be3395d304184a7ed (patch)
tree726dd0c91b3bb678a07ef91ffdae06531433f7d6 /cpukit/posix/src/ptimer1.c
parent2004-12-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0ff3df03453e2b7ac2d6286be3395d304184a7ed.tar.bz2
2004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* posix/include/aio.h, posix/include/devctl.h, posix/include/intr.h, posix/include/mqueue.h, posix/include/sched.h, posix/include/semaphore.h, posix/src/ptimer.c, posix/src/ptimer1.c: Include <unistd.h> instead of <sys/features.h> to pick up _POSIX_* defines (Mandated by POSIX).
Diffstat (limited to '')
-rw-r--r--cpukit/posix/src/ptimer1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/ptimer1.c b/cpukit/posix/src/ptimer1.c
index 368dff43ff..efecce0cf7 100644
--- a/cpukit/posix/src/ptimer1.c
+++ b/cpukit/posix/src/ptimer1.c
@@ -21,7 +21,7 @@
/* These includes are now necessary */
/************************************/
-#include <sys/features.h>
+#include <unistd.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/types.h>
#include <rtems/rtems/timer.h>