summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-14 18:37:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-14 18:37:30 +0000
commit4d1af2095e6708b42760ceac7168061f19f3a13c (patch)
tree1637927711dde136c8eb73b741242ac965bf0cb0 /cpukit/posix
parentUpdated versions. (diff)
downloadrtems-4d1af2095e6708b42760ceac7168061f19f3a13c.tar.bz2
Removed no prototype of kill() warning.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/src/mqueuenotify.c2
1 files changed, 2 insertions, 0 deletions
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>