From: Jens Axboe Date: Wed, 16 Dec 2009 18:23:10 +0000 (+0100) Subject: Include juggling X-Git-Tag: fio-1.37~12 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d09913c248f04ab33a7e7bbfb2227e9db8b9f4a2 Include juggling Signed-off-by: Jens Axboe --- diff --git a/helpers.c b/helpers.c index 8ac58239..9b1f3e90 100644 --- a/helpers.c +++ b/helpers.c @@ -5,6 +5,7 @@ #include #include "compiler/compiler.h" +#include "os/os.h" int __weak posix_fallocate(int fd, off_t offset, off_t len) { diff --git a/os/os-linux.h b/os/os-linux.h index ac42264b..7162dfa2 100644 --- a/os/os-linux.h +++ b/os/os-linux.h @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include