summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/mqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/mqueue.c')
-rw-r--r--c/src/exec/posix/src/mqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/mqueue.c b/c/src/exec/posix/src/mqueue.c
index e175300355..cde97bea2d 100644
--- a/c/src/exec/posix/src/mqueue.c
+++ b/c/src/exec/posix/src/mqueue.c
@@ -21,8 +21,8 @@
#include <limits.h>
#include <errno.h>
#include <fcntl.h>
-
#include <mqueue.h>
+
#include <rtems/system.h>
#include <rtems/score/watchdog.h>
#include <rtems/posix/mqueue.h>