vulkan/wsi/wayland: Include pthread.h

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>
(cherry picked from commit 3b6abfc69a)
This commit is contained in:
Jason Ekstrand 2016-11-09 10:20:31 -08:00 committed by Emil Velikov
parent 8dab75a2ee
commit 0a2c318d9c

View file

@ -30,6 +30,7 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <pthread.h>
#include "wsi_common_wayland.h"