summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix/semaphore.h')
-rw-r--r--c/src/exec/posix/include/rtems/posix/semaphore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/posix/include/rtems/posix/semaphore.h b/c/src/exec/posix/include/rtems/posix/semaphore.h
index cc658ee32b..aaf0c4b898 100644
--- a/c/src/exec/posix/include/rtems/posix/semaphore.h
+++ b/c/src/exec/posix/include/rtems/posix/semaphore.h
@@ -124,7 +124,9 @@ int _POSIX_Semaphore_Name_to_id(
);
#include <rtems/posix/semaphore.inl>
+#if defined(RTEMS_MULTIPROCESSING)
#include <rtems/posix/semaphoremp.h>
+#endif
#ifdef __cplusplus
}