summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/objectmp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-21 16:22:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-21 16:22:25 +0000
commitbe650a843caf7f920c4af44bad7f48c23a189989 (patch)
treeeb5b8e101b42d0de7291468443480701f1a70db1 /cpukit/score/include/rtems/score/objectmp.h
parentChanged version number (diff)
downloadrtems-be650a843caf7f920c4af44bad7f48c23a189989.tar.bz2
moving files around
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/objectmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/objectmp.h b/cpukit/score/include/rtems/score/objectmp.h
index cef5c6879d..324cc59472 100644
--- a/cpukit/score/include/rtems/score/objectmp.h
+++ b/cpukit/score/include/rtems/score/objectmp.h
@@ -176,7 +176,7 @@ void _Objects_MP_Is_remote (
EXTERN unsigned32 _Objects_MP_Maximum_global_objects;
EXTERN Chain_Control _Objects_MP_Inactive_global_objects;
-#include <rtems/objectmp.inl>
+#include <rtems/core/objectmp.inl>
#ifdef __cplusplus
}