vulkan/wsi: fix missing unistd include

fixes: c72ff19a

Closes #6428

Reviewed-by: Simon Ser <contact@emersion.fr>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16353>
This commit is contained in:
Michel Zou 2022-05-05 19:51:10 +02:00 committed by Marge Bot
parent af76f0bcfc
commit a8b009aed6

View file

@ -38,6 +38,7 @@
#include <time.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
VkResult
wsi_device_init(struct wsi_device *wsi,