mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 01:58:44 +08:00
Add missing includes.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user