mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 04:20:40 +02:00
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:
parent
af76f0bcfc
commit
a8b009aed6
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
VkResult
|
VkResult
|
||||||
wsi_device_init(struct wsi_device *wsi,
|
wsi_device_init(struct wsi_device *wsi,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue