Module: xenomai-jki Branch: for-upstream Commit: ba90b634ca1c457d744de8ae9da80ad0f36f5d67 URL: http://git.xenomai.org/?p=xenomai-jki.git;a=commit;h=ba90b634ca1c457d744de8ae9da80ad0f36f5d67
Author: Jan Kiszka <[email protected]> Date: Wed Jul 20 11:22:08 2011 +0200 posix: Add missing stdarg.h to stdio.h wrapper Required for va_list. glibc's stdio.h uses opaque types, thus does not pull in stdarg.h. Signed-off-by: Jan Kiszka <[email protected]> --- include/posix/stdio.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/posix/stdio.h b/include/posix/stdio.h index 15cda57..adf3a90 100644 --- a/include/posix/stdio.h +++ b/include/posix/stdio.h @@ -3,6 +3,8 @@ #ifndef __KERNEL__ +#include <stdarg.h> + #include_next <stdio.h> #ifdef __cplusplus _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
