[PATCH 1/2] Include stackimpl.h otherwise PTHREAD_MINIMUM_STACK_SIZE cannot be evaluated

Jan Sommer soja-lists at aries.uberspace.de
Thu Oct 29 21:10:31 UTC 2015


---
 cpukit/libgnat/adasupp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/libgnat/adasupp.c b/cpukit/libgnat/adasupp.c
index a6e1f38..662b1cc 100644
--- a/cpukit/libgnat/adasupp.c
+++ b/cpukit/libgnat/adasupp.c
@@ -8,6 +8,7 @@
 #include <rtems/system.h>
 #include <rtems/config.h>
 #include <rtems/posix/pthreadimpl.h>
+#include <rtems/score/stackimpl.h>
 
 /*
  *  _ada_pthread_minimum_stack_size
-- 
2.5.0



More information about the devel mailing list