From: Jason Ekstrand Date: Wed, 9 Nov 2016 18:20:31 +0000 (-0800) Subject: vulkan/wsi/wayland: Include pthread.h X-Git-Tag: upstream/17.1.0~4861 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b6abfc69ac485006cbedba7bcad234888cad44f;p=platform%2Fupstream%2Fmesa.git vulkan/wsi/wayland: Include pthread.h We use pthreads and, for some reason, it wasn't getting included Signed-off-by: Jason Ekstrand Cc: "13.0" --- diff --git a/src/vulkan/wsi/wsi_common_wayland.c b/src/vulkan/wsi/wsi_common_wayland.c index c6e138e..ded6f50 100644 --- a/src/vulkan/wsi/wsi_common_wayland.c +++ b/src/vulkan/wsi/wsi_common_wayland.c @@ -30,6 +30,7 @@ #include #include #include +#include #include "wsi_common_wayland.h"