Module: xenomai-head
Branch: master
Commit: 87733707a45cfa80e981585bf8db790bd8c90ae6
URL:    
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=87733707a45cfa80e981585bf8db790bd8c90ae6

Author: Philippe Gerum <r...@xenomai.org>
Date:   Mon Sep  6 15:28:03 2010 +0200

nucleus: do not rely on implicit header inclusion

---

 ksrc/nucleus/heap.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ksrc/nucleus/heap.c b/ksrc/nucleus/heap.c
index f1d2c7b..c237005 100644
--- a/ksrc/nucleus/heap.c
+++ b/ksrc/nucleus/heap.c
@@ -63,6 +63,7 @@ HEAP {
  *
  *...@{*/
 
+#include <stdarg.h>
 #include <nucleus/pod.h>
 #include <nucleus/thread.h>
 #include <nucleus/heap.h>


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to