glusterfs: update for new API
[fio.git] / helpers.h
index 5f1865bba8129f272edc4afbce9d2e281bc41949..a0b328581f79f3110f15328b7f97d30265e16110 100644 (file)
--- a/helpers.h
+++ b/helpers.h
@@ -1,10 +1,9 @@
 #ifndef FIO_HELPERS_H
 #define FIO_HELPERS_H
 
-#include "compiler/compiler.h"
-
 #include <sys/types.h>
-#include <time.h>
+
+#include "os/os.h"
 
 extern int fallocate(int fd, int mode, off_t offset, off_t len);
 extern int posix_fallocate(int fd, off_t offset, off_t len);