[rtems commit] ada: Add missing include
Sebastian Huber
sebh at rtems.org
Fri Oct 30 06:46:17 UTC 2015
Module: rtems
Branch: 4.11
Commit: b2d788b3f2519f05f42566758ed789cf56ab9b64
Changeset: http://git.rtems.org/rtems/commit/?id=b2d788b3f2519f05f42566758ed789cf56ab9b64
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