X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=helpers.h;h=a0b328581f79f3110f15328b7f97d30265e16110;hp=5f1865bba8129f272edc4afbce9d2e281bc41949;hb=01bf5128d0581e267383f280c6a1dcd26517240f;hpb=67bf982340d95ca98098ea050b54b4c7adb116c0 diff --git a/helpers.h b/helpers.h index 5f1865bb..a0b32858 100644 --- a/helpers.h +++ b/helpers.h @@ -1,10 +1,9 @@ #ifndef FIO_HELPERS_H #define FIO_HELPERS_H -#include "compiler/compiler.h" - #include -#include + +#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);