summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/posix/src/mqueuenotify.c2
-rw-r--r--cpukit/posix/src/mqueuenotify.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/mqueuenotify.c b/c/src/exec/posix/src/mqueuenotify.c
index df93d550ac..36df3fd055 100644
--- a/c/src/exec/posix/src/mqueuenotify.c
+++ b/c/src/exec/posix/src/mqueuenotify.c
@@ -21,6 +21,8 @@
#include <errno.h>
#include <fcntl.h>
#include <mqueue.h>
+#include <sys/types.h>
+#include <signal.h>
#include <rtems/system.h>
#include <rtems/score/watchdog.h>
diff --git a/cpukit/posix/src/mqueuenotify.c b/cpukit/posix/src/mqueuenotify.c
index df93d550ac..36df3fd055 100644
--- a/cpukit/posix/src/mqueuenotify.c
+++ b/cpukit/posix/src/mqueuenotify.c
@@ -21,6 +21,8 @@
#include <errno.h>
#include <fcntl.h>
#include <mqueue.h>
+#include <sys/types.h>
+#include <signal.h>
#include <rtems/system.h>
#include <rtems/score/watchdog.h>