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:
Rob Clark 2022-08-13 09:47:52 -07:00 committed by Marge Bot
parent bacb04ef62
commit 45d9c94a28

View file

@ -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>