X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=helpers.h;h=a0b328581f79f3110f15328b7f97d30265e16110;hb=cfcc8564b9a448f3e6b7607c22bf899afb608b1c;hp=5f1865bba8129f272edc4afbce9d2e281bc41949;hpb=836fcc0fceb233ebcc41ee63b4ea5cae20b678a4;p=fio.git 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);