summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 15:27:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-02 15:27:20 +0000
commit9d3a44be9c6070ca8923f9b965661af611418e71 (patch)
tree03a19bf0185c53817fc1736770545ec38f219db7 /cpukit/posix/include/rtems/posix
parentAdded message queues and semaphores. (diff)
downloadrtems-9d3a44be9c6070ca8923f9b965661af611418e71.tar.bz2
Added include of <sys/siginfo.h>.
Diffstat (limited to 'cpukit/posix/include/rtems/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/mqueue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/mqueue.h b/cpukit/posix/include/rtems/posix/mqueue.h
index f73cb509ce..d1044926ef 100644
--- a/cpukit/posix/include/rtems/posix/mqueue.h
+++ b/cpukit/posix/include/rtems/posix/mqueue.h
@@ -21,6 +21,8 @@
extern "C" {
#endif
+#include <sys/siginfo.h>
+
#include <rtems/score/coremsg.h>
#include <rtems/score/object.h>