Module: xenomai-jki Branch: for-upstream Commit: 55d70cea1a4647aa90e4bc907b15a9464fe606e1 URL: http://git.xenomai.org/?p=xenomai-jki.git;a=commit;h=55d70cea1a4647aa90e4bc907b15a9464fe606e1
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
