log: needs stdarg include for va_list
authorJens Axboe <axboe@kernel.dk>
Tue, 4 Oct 2011 11:54:12 +0000 (13:54 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 4 Oct 2011 11:54:12 +0000 (13:54 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
log.h

diff --git a/log.h b/log.h
index 874c1d9d5aa54a237bd2ee747b027ca5387a7e37..a69846efd7a5721fd8af10592ef73ad5e0c3e7bd 100644 (file)
--- a/log.h
+++ b/log.h
@@ -2,6 +2,7 @@
 #define FIO_LOG_H
 
 #include <stdio.h>
 #define FIO_LOG_H
 
 #include <stdio.h>
+#include <stdarg.h>
 
 extern FILE *f_out;
 extern FILE *f_err;
 
 extern FILE *f_out;
 extern FILE *f_err;