diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2011-01-04 08:36:06 +0100 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-01-04 10:59:53 +0100 |
commit | e2e58886427019b525d2a234c5404a38ec0c7ebf (patch) | |
tree | 6c74976a675256dcd2157ddc94b47fbd33434036 /os/os-solaris.h | |
parent | ecc314ba7c5f02b7e90ac1dfbce1a74cd4e6d6fe (diff) | |
download | fio-e2e58886427019b525d2a234c5404a38ec0c7ebf.tar.gz fio-e2e58886427019b525d2a234c5404a38ec0c7ebf.tar.bz2 |
OS headers need fio_file definition now
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'os/os-solaris.h')
-rw-r--r-- | os/os-solaris.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/os-solaris.h b/os/os-solaris.h index 14164b01..e292172d 100644 --- a/os/os-solaris.h +++ b/os/os-solaris.h @@ -7,6 +7,8 @@ #include <sys/fcntl.h> #include <sys/pset.h> +#include "../file.h" + #define FIO_HAVE_POSIXAIO #define FIO_HAVE_SOLARISAIO #define FIO_HAVE_FALLOCATE |