FIO Windows update
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 4ed8cb1b0480c2e717848564fd2167a82dd29809..95988584c037bfec4d1da5a2170cc8c295611205 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -14,6 +14,8 @@
 #include <inttypes.h>
 #include <assert.h>
 
+struct thread_data;
+
 #include "compiler/compiler.h"
 #include "flist.h"
 #include "fifo.h"
@@ -126,7 +128,7 @@ struct thread_stat {
        unsigned long total_complete;
 
        unsigned long long io_bytes[2];
-       unsigned long runtime[2];
+       unsigned long long runtime[2];
        unsigned long total_run_time;
 
        /*