summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstack01
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxstack01')
-rw-r--r--testsuites/psxtests/psxstack01/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxstack01/init.c b/testsuites/psxtests/psxstack01/init.c
index ce413e7b7a..71590cfef6 100644
--- a/testsuites/psxtests/psxstack01/init.c
+++ b/testsuites/psxtests/psxstack01/init.c
@@ -17,7 +17,8 @@
#include <pthread.h>
#include <sched.h>
-#include <rtems/posix/pthreadimpl.h> /* for PTHREAD_MINIMUM_STACK_SIZE */
+#include <rtems/posix/pthreadimpl.h>
+#include <rtems/score/stackimpl.h>
/* forward declarations to avoid warnings */
void *POSIX_Init(void *argument);