vulkan/wsi/wayland: Include pthread.h
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 9 Nov 2016 18:20:31 +0000 (10:20 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 10 Nov 2016 02:18:36 +0000 (18:18 -0800)
We use pthreads and, for some reason, it wasn't getting included

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Cc: "13.0" <mesa-stable@lists.freedesktop.org>
src/vulkan/wsi/wsi_common_wayland.c

index c6e138ecf01ec2ecb3ad987a2099a68ff3a89a85..ded6f50e4f22c9488c549ba44f2d044cca7adc99 100644 (file)
@@ -30,6 +30,7 @@
 #include <unistd.h>
 #include <errno.h>
 #include <string.h>
+#include <pthread.h>
 
 #include "wsi_common_wayland.h"