summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/devctl.h
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/include/devctl.h
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 'cpukit/posix/include/devctl.h')
-rw-r--r--cpukit/posix/include/devctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/include/devctl.h b/cpukit/posix/include/devctl.h
index af4fe21c1e..e21ba09132 100644
--- a/cpukit/posix/include/devctl.h
+++ b/cpukit/posix/include/devctl.h
@@ -13,7 +13,7 @@
extern "C" {
#endif
-#include <sys/features.h>
+#include <unistd.h>
#if defined(_POSIX_DEVICE_CONTROL)