Mesa (master): vulkan/wsi/wayland: Include pthread.h

Jason Ekstrand jekstrand at kemper.freedesktop.org
Thu Nov 10 02:18:47 UTC 2016


Module: Mesa
Branch: master
Commit: 3b6abfc69ac485006cbedba7bcad234888cad44f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b6abfc69ac485006cbedba7bcad234888cad44f

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Wed Nov  9 10:20:31 2016 -0800

vulkan/wsi/wayland: Include pthread.h

We use pthreads and, for some reason, it wasn't getting included

Signed-off-by: Jason Ekstrand <jason at jlekstrand.net>
Cc: "13.0" <mesa-stable at lists.freedesktop.org>

---

 src/vulkan/wsi/wsi_common_wayland.c | 1 +
 1 file changed, 1 insertion(+)

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 <unistd.h>
 #include <errno.h>
 #include <string.h>
+#include <pthread.h>
 
 #include "wsi_common_wayland.h"
 




More information about the mesa-commit mailing list