summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-03 21:55:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-03 21:55:33 +0000
commit31bce9b765155ab5a71a8629261f5c19118689d7 (patch)
tree9b04156cbe60f9d77081fd30a6bfd31a536553e5 /c/src/exec/sapi
parentIncreased default amount of RAM. (diff)
downloadrtems-31bce9b765155ab5a71a8629261f5c19118689d7.tar.bz2
Moved stackchk.h to rtems subdirectory.
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[] = {