From 978536ff1750c986fbb624e1bb23df92cd5530af Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Fri, 3 Nov 2017 18:46:01 +0200 Subject: [PATCH] solaris: #include os/os-solaris.h header uses pthread, but doesn't include which should be to be able to include this header alone. Needed for unittesting of OS specific stuff. Signed-off-by: Tomohiro Kusumi Signed-off-by: Jens Axboe --- os/os-solaris.h | 1 + 1 file changed, 1 insertion(+) diff --git a/os/os-solaris.h b/os/os-solaris.h index 45268b23..a6cd3766 100644 --- a/os/os-solaris.h +++ b/os/os-solaris.h @@ -12,6 +12,7 @@ #include #include #include +#include #include "../file.h" -- 2.25.1