Skip to content

Commit

Permalink
solaris: #include <pthread.h>
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
kusumi authored and axboe committed Nov 3, 2017
1 parent 34851ad commit 978536f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os/os-solaris.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <sys/mman.h>
#include <sys/dkio.h>
#include <sys/byteorder.h>
#include <pthread.h>

#include "../file.h"

Expand Down

0 comments on commit 978536f

Please sign in to comment.