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