Merge branch 'master' of https://github.com/bvanassche/fio
[fio.git] / oslib / asprintf.h
index 7425300fdc8f6850d195963117cd95fa422245de..43bbb56b07b3f2f0ef93075d30de4db3339dcd83 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef FIO_ASPRINTF_H
 #define FIO_ASPRINTF_H
 
+#include <stdarg.h>
+
 #ifndef CONFIG_HAVE_VASPRINTF
 int vasprintf(char **strp, const char *fmt, va_list ap);
 #endif