Fix Solaris compile
authorJens Axboe <jaxboe@fusionio.com>
Tue, 19 Jul 2011 14:27:43 +0000 (16:27 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Tue, 19 Jul 2011 14:27:43 +0000 (16:27 +0200)
commit862745bf1f85ded2109a72e75a0070eb84900612
tree6eb599018b699718c21c49727f9cfbfbb78d47c7
parent173dbaa47e3a477db65aa9fb1932a33d87436994
Fix Solaris compile

In file included from fio.h:24,
                  from gettime.c:10:
os/os.h:192: error: redefinition of 'gettid'
os/os-solaris.h:123: error: previous definition of 'gettid' was here
make: *** [gettime.o] Error 1

Forgot to define FIO_HAVE_GETTID

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
os/os-solaris.h