summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/headers/mqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/headers/mqueue.h')
-rw-r--r--c/src/exec/posix/headers/mqueue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/posix/headers/mqueue.h b/c/src/exec/posix/headers/mqueue.h
index 8e2851bfb5..f73cb509ce 100644
--- a/c/src/exec/posix/headers/mqueue.h
+++ b/c/src/exec/posix/headers/mqueue.h
@@ -175,7 +175,9 @@ RTEMS_INLINE_ROUTINE Priority_Control _POSIX_Message_queue_Priority_to_core(
);
#include <rtems/posix/mqueue.inl>
+#if defined(RTEMS_MULTIPROCESSING)
#include <rtems/posix/mqueuemp.h>
+#endif
#ifdef __cplusplus
}