From: Jens Axboe Date: Tue, 4 Oct 2011 11:54:12 +0000 (+0200) Subject: log: needs stdarg include for va_list X-Git-Tag: fio-1.99~26 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ecd6cc1011c1acf4443a24b91ac8266ac754af46 log: needs stdarg include for va_list Signed-off-by: Jens Axboe --- diff --git a/log.h b/log.h index 874c1d9d..a69846ef 100644 --- a/log.h +++ b/log.h @@ -2,6 +2,7 @@ #define FIO_LOG_H #include +#include extern FILE *f_out; extern FILE *f_err;