From d09913c248f04ab33a7e7bbfb2227e9db8b9f4a2 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 16 Dec 2009 19:23:10 +0100 Subject: [PATCH] Include juggling Signed-off-by: Jens Axboe --- helpers.c | 1 + os/os-linux.h | 1 + 2 files changed, 2 insertions(+) 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 -- 2.25.1