mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 14:40:10 +01:00
util: Fix vs2019 build error
Needed for dependency on MAX_INT. Signed-off-by: Rob Clark <robdclark@chromium.org> Acked-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18111>
This commit is contained in:
parent
bacb04ef62
commit
45d9c94a28
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespe
|
|||
#include <windows.h>
|
||||
#include <stdint.h>
|
||||
#include <c11/time.h>
|
||||
#include <limits.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue