summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk/stackchk.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/stackchk/stackchk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/stackchk/stackchk.h b/cpukit/libmisc/stackchk/stackchk.h
index 823c8dfde0..b824057f59 100644
--- a/cpukit/libmisc/stackchk/stackchk.h
+++ b/cpukit/libmisc/stackchk/stackchk.h
@@ -24,7 +24,7 @@
#include <stdbool.h> /* bool */
-#include <rtems/score/percpu.h> /* Thread_Control */
+#include <rtems/score/thread.h> /* Thread_Control */
#include <rtems/bspIo.h>
/**