gfio: add gerror.c for reporting errors
[fio.git] / ioengine.h
index 9392bbd6ed4f329dbec26932718eb249102250dc..b4bc22b8968b00039989734ebc720567ff72f340 100644 (file)
@@ -1,7 +1,10 @@
 #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      13
 
@@ -16,6 +19,8 @@ enum {
        IO_U_F_VER_LIST         = 1 << 7,
 };
 
+struct thread_data;
+
 /*
  * The io unit
  */