gfio: add support for FIO_OPT_INT options with posval
[fio.git] / ioengine.h
index d15d15ee030c95213385aafebe2ebd8c5693b11c..493d4b5c59bf6ec2187c8646784f3316600c674e 100644 (file)
@@ -1,6 +1,13 @@
 #ifndef FIO_IOENGINE_H
 #define FIO_IOENGINE_H
 
+#include "compiler/compiler.h"
+#include "os/os.h"
+#include "log.h"
+#include "io_ddir.h"
+#include "debug.h"
+#include "file.h"
+
 #ifdef CONFIG_LIBAIO
 #include <libaio.h>
 #endif
@@ -21,6 +28,8 @@ enum {
        IO_U_F_VER_LIST         = 1 << 7,
 };
 
+struct thread_data;
+
 /*
  * The io unit
  */