gfio: add gerror.c for reporting errors
[fio.git] / ioengine.h
index 61cb396f5e0e792f87b862976a426695338e524b..b4bc22b8968b00039989734ebc720567ff72f340 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      13
 
 enum {
@@ -14,6 +19,8 @@ enum {
        IO_U_F_VER_LIST         = 1 << 7,
 };
 
+struct thread_data;
+
 /*
  * The io unit
  */