summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/include/rtems/rtems/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/include/rtems/rtems/part.h')
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/part.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/rtems/include/rtems/rtems/part.h b/c/src/exec/rtems/include/rtems/rtems/part.h
index 1d720db146..884c9a5426 100644
--- a/c/src/exec/rtems/include/rtems/rtems/part.h
+++ b/c/src/exec/rtems/include/rtems/rtems/part.h
@@ -158,7 +158,9 @@ rtems_status_code rtems_partition_return_buffer(
#ifndef __RTEMS_APPLICATION__
#include <rtems/rtems/part.inl>
#endif
+#if defined(RTEMS_MULTIPROCESSING)
#include <rtems/rtems/partmp.h>
+#endif
#ifdef __cplusplus
}