summaryrefslogtreecommitdiffstats
path: root/cpukit/headers.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-07 06:39:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-10 10:38:44 +0200
commitd9296d246c07daeba1044d1dd792a88f7bfb06ed (patch)
tree7b3a768e55399525edbbc93e7af10db81f285da1 /cpukit/headers.am
parentscore: Debug aid for _Chain_Extract_unprotected() (diff)
downloadrtems-d9296d246c07daeba1044d1dd792a88f7bfb06ed.tar.bz2
Move <poll.h> to set of default header files
The <poll.h> is a POSIX header file and just includes <sys/poll.h> which contains the real content.
Diffstat (limited to 'cpukit/headers.am')
-rw-r--r--cpukit/headers.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/headers.am b/cpukit/headers.am
index 8f5b9ca729..303dbc58a7 100644
--- a/cpukit/headers.am
+++ b/cpukit/headers.am
@@ -15,6 +15,7 @@ include_HEADERS += include/md5.h
include_HEADERS += include/memory.h
include_HEADERS += include/mqueue.h
include_HEADERS += include/pci.h
+include_HEADERS += include/poll.h
include_HEADERS += include/rtems.h
include_HEADERS += include/sha256.h
include_HEADERS += include/sha512.h