[rtems commit] ada: Add missing include

Sebastian Huber sebh at rtems.org
Fri Oct 30 06:45:21 UTC 2015


Module:    rtems
Branch:    master
Commit:    65243416f93addf03b8640aef9189ac9d59f7858
Changeset: http://git.rtems.org/rtems/commit/?id=65243416f93addf03b8640aef9189ac9d59f7858

Author:    Jan Sommer <soja-lists at aries.uberspace.de>
Date:      Thu Oct 29 22:10:31 2015 +0100

ada: Add missing include

Include stackimpl.h otherwise PTHREAD_MINIMUM_STACK_SIZE cannot be
evaluated.

---

 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




More information about the vc mailing list