vulkan: wsi: fix musl build

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19270>
This commit is contained in:
Ella Stanforth 2022-10-24 10:36:27 +00:00 committed by Marge Bot
parent ac01f09d57
commit 677def1d4e

View file

@ -32,6 +32,7 @@
#include <pthread.h>
#include <poll.h>
#include <sys/mman.h>
#include <sys/types.h>
#include "drm-uapi/drm_fourcc.h"