This fixes the following build error: include/linux/compat-2.6.36.h:13: error: syntax error before "va_list" include/linux/compat-2.6.36.h:13: warning: no semicolon at end of struct or union Signed-off-by: Arnaud Lacombe <lacombar@xxxxxxxxx> --- include/linux/compat-2.6.36.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/compat-2.6.36.h b/include/linux/compat-2.6.36.h index 1d929d7..7ca787d 100644 --- a/include/linux/compat-2.6.36.h +++ b/include/linux/compat-2.6.36.h @@ -12,6 +12,7 @@ #define kparam_block_sysfs_write(a) #define kparam_unblock_sysfs_write(a) +#include <stdarg.h> struct va_format { const char *fmt; va_list *va; -- 1.7.2.30.gc37d7.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html