From a14ca44ada0708be91ed7741a32176bef4801cc4 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sun, 20 Dec 2009 22:24:10 +0100 Subject: [PATCH] os.h should include headers it needs by itself Signed-off-by: Jens Axboe --- os/os.h | 3 +++ 1 file changed, 3 insertions(+) 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__) -- 2.25.1