Module: Mesa Branch: master Commit: 3b6abfc69ac485006cbedba7bcad234888cad44f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b6abfc69ac485006cbedba7bcad234888cad44f
Author: Jason Ekstrand <jason.ekstr...@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 <ja...@jlekstrand.net> Cc: "13.0" <mesa-sta...@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" _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-commit