diff options
author | Jason Ekstrand <[email protected]> | 2016-11-09 10:20:31 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-11-09 18:18:36 -0800 |
commit | 3b6abfc69ac485006cbedba7bcad234888cad44f (patch) | |
tree | 3b1d59aeb52a08684574b13db82113404f109fc5 /src/vulkan | |
parent | b1217eada9e32bf387d4d14615340aa5b5fd1f5c (diff) |
vulkan/wsi/wayland: Include pthread.h
We use pthreads and, for some reason, it wasn't getting included
Signed-off-by: Jason Ekstrand <[email protected]>
Cc: "13.0" <[email protected]>
Diffstat (limited to 'src/vulkan')
-rw-r--r-- | src/vulkan/wsi/wsi_common_wayland.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/wsi/wsi_common_wayland.c b/src/vulkan/wsi/wsi_common_wayland.c index c6e138ecf01..ded6f50e4f2 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" |