Add missing includes.

This commit is contained in:
Ralf Corsepius
2011-02-24 15:09:54 +00:00
parent ee7f2f7bcc
commit 8eaf3bce1a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#define _RTEMS_POSIX_MQUEUE_H
#include <signal.h>
#include <mqueue.h> /* struct mq_attr */
#include <rtems/score/coremsg.h>
#include <rtems/score/object.h>
+1
View File
@@ -18,6 +18,7 @@
#include <rtems/posix/config.h>
#include <rtems/score/object.h>
#include <rtems/score/watchdog.h> /* Watchdog_Control */
#ifdef __cplusplus
extern "C" {