Module: xenomai-head Branch: master Commit: 792d904ac55072dbf726558c28b6ea86a6eae06e URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=792d904ac55072dbf726558c28b6ea86a6eae06e
Author: Philippe Gerum <[email protected]> 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 fb55bdb..1f69a74 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 [email protected] https://mail.gna.org/listinfo/xenomai-git
