summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstack02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxstack02/init.c')
-rw-r--r--testsuites/psxtests/psxstack02/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxstack02/init.c b/testsuites/psxtests/psxstack02/init.c
index 603cf21b65..b58d25726e 100644
--- a/testsuites/psxtests/psxstack02/init.c
+++ b/testsuites/psxtests/psxstack02/init.c
@@ -19,7 +19,7 @@
#include <pthread.h>
#include <sched.h>
-#include <rtems/posix/pthread.h> /* for PTHREAD_MINIMUM_STACK_SIZE */
+#include <rtems/posix/pthreadimpl.h> /* for PTHREAD_MINIMUM_STACK_SIZE */
/* forward declarations to avoid warnings */
void *POSIX_Init(void *argument);