solaris: #include <pthread.h>
authorTomohiro Kusumi <tkusumi@tuxera.com>
Fri, 3 Nov 2017 16:46:01 +0000 (18:46 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 3 Nov 2017 16:48:35 +0000 (10:48 -0600)
commit978536ff1750c986fbb624e1bb23df92cd5530af
tree622014d6975c942d56e9ff26292d307ea88043d4
parent34851ad5ffacf9f4f8a7f23ee2edb17281b917a0
solaris: #include <pthread.h>

os/os-solaris.h header uses pthread, but doesn't include <pthread.h>
which should be to be able to include this header alone.
Needed for unittesting of OS specific stuff.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
os/os-solaris.h