summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers/chain.h')
-rw-r--r--c/src/exec/score/headers/chain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/headers/chain.h b/c/src/exec/score/headers/chain.h
index 35ac4dfa80..1d6c8f1db4 100644
--- a/c/src/exec/score/headers/chain.h
+++ b/c/src/exec/score/headers/chain.h
@@ -21,7 +21,7 @@
extern "C" {
#endif
-#include <rtems/core/address.h>
+#include <rtems/score/address.h>
/*
* This is used to manage each element (node) which is placed
@@ -422,7 +422,7 @@ STATIC INLINE boolean _Chain_Is_null_node(
Chain_Node *the_node
);
-#include <rtems/core/chain.inl>
+#include <rtems/score/chain.inl>
#ifdef __cplusplus
}