From: Jens Axboe Date: Sun, 20 Dec 2009 21:24:10 +0000 (+0100) Subject: os.h should include headers it needs by itself X-Git-Tag: fio-1.37~11 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=a14ca44ada0708be91ed7741a32176bef4801cc4 os.h should include headers it needs by itself Signed-off-by: Jens Axboe --- diff --git a/os/os.h b/os/os.h index 9a48c603..d128f027 100644 --- a/os/os.h +++ b/os/os.h @@ -1,6 +1,9 @@ #ifndef FIO_OS_H #define FIO_OS_H +#include +#include + #if defined(__linux__) #include "os-linux.h" #elif defined(__FreeBSD__)