Merge branch 'master' into gfio
[fio.git] / ioengine.h
index 0285b08c77567aefc1bdfed7a2bf481548a99ed5..df5f8893dc76ed1174331f9f025bfbe55706c526 100644 (file)
@@ -1,6 +1,11 @@
 #ifndef FIO_IOENGINE_H
 #define FIO_IOENGINE_H
 
+#include "compiler/compiler.h"
+#include "io_ddir.h"
+#include "debug.h"
+#include "file.h"
+
 #define FIO_IOOPS_VERSION      14
 
 enum {
@@ -14,6 +19,8 @@ enum {
        IO_U_F_VER_LIST         = 1 << 7,
 };
 
+struct thread_data;
+
 /*
  * The io unit
  */