From 218286bc055e9d9bcbefd3dfa2b38f92a95b15a6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Jul 2013 17:17:05 +0200 Subject: score: Create stack implementation header Move implementation specific parts of stack.h and stack.inl into new header file stackimpl.h. The stack.h contains now only the application visible API. --- testsuites/psxtests/psxstack02/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxstack02') diff --git a/testsuites/psxtests/psxstack02/init.c b/testsuites/psxtests/psxstack02/init.c index b58d25726e..52cbc6a911 100644 --- a/testsuites/psxtests/psxstack02/init.c +++ b/testsuites/psxtests/psxstack02/init.c @@ -19,7 +19,8 @@ #include #include -#include /* for PTHREAD_MINIMUM_STACK_SIZE */ +#include +#include /* forward declarations to avoid warnings */ void *POSIX_Init(void *argument); -- cgit v1.2.3