diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-12-20 22:24:10 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-12-20 22:24:10 +0100 |
commit | a14ca44ada0708be91ed7741a32176bef4801cc4 (patch) | |
tree | aaa8fd923f2feae7f95e9a04c5b837b1a9ccb06e /os/os.h | |
parent | d09913c248f04ab33a7e7bbfb2227e9db8b9f4a2 (diff) | |
download | fio-a14ca44ada0708be91ed7741a32176bef4801cc4.tar.gz fio-a14ca44ada0708be91ed7741a32176bef4801cc4.tar.bz2 |
os.h should include headers it needs by itself
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'os/os.h')
-rw-r--r-- | os/os.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ #ifndef FIO_OS_H #define FIO_OS_H +#include <sys/types.h> +#include <unistd.h> + #if defined(__linux__) #include "os-linux.h" #elif defined(__FreeBSD__) |