summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/cond.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix/cond.h')
-rw-r--r--c/src/exec/posix/include/rtems/posix/cond.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/posix/include/rtems/posix/cond.h b/c/src/exec/posix/include/rtems/posix/cond.h
index 92c2e453ae..0fb44d8042 100644
--- a/c/src/exec/posix/include/rtems/posix/cond.h
+++ b/c/src/exec/posix/include/rtems/posix/cond.h
@@ -119,7 +119,9 @@ RTEMS_INLINE_ROUTINE boolean _POSIX_Condition_variables_Is_null (
);
#include <rtems/posix/cond.inl>
+#if defined(RTEMS_MULTIPROCESSING)
#include <rtems/posix/condmp.h>
+#endif
#ifdef __cplusplus
}