summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/sapi')
-rw-r--r--c/src/exec/sapi/headers/confdefs.h2
-rw-r--r--c/src/exec/sapi/include/confdefs.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/sapi/headers/confdefs.h b/c/src/exec/sapi/headers/confdefs.h
index e31218ac0d..75f3132055 100644
--- a/c/src/exec/sapi/headers/confdefs.h
+++ b/c/src/exec/sapi/headers/confdefs.h
@@ -305,7 +305,7 @@ rtems_multiprocessing_table Multiprocessing_configuration = {
#ifdef CONFIGURE_INIT
#ifdef STACK_CHECKER_ON
-#include <stackchk.h>
+#include <rtems/stackchk.h>
#endif
rtems_extensions_table Configuration_Initial_Extensions[] = {
diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h
index e31218ac0d..75f3132055 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/sapi/include/confdefs.h
@@ -305,7 +305,7 @@ rtems_multiprocessing_table Multiprocessing_configuration = {
#ifdef CONFIGURE_INIT
#ifdef STACK_CHECKER_ON
-#include <stackchk.h>
+#include <rtems/stackchk.h>
#endif
rtems_extensions_table Configuration_Initial_Extensions[] = {