pvr: fix missing types in x86 builds

Signed-off-by: Simon Perretta <simon.perretta@imgtec.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
This commit is contained in:
Simon Perretta 2025-02-21 22:03:13 +00:00 committed by Marge Bot
parent 8e707cf3cc
commit 38c52b9a0f

View file

@ -27,6 +27,7 @@
#include <stdbool.h>
#include <stdint.h>
#include "drm-uapi/drm.h"
#include "pvr_private.h"
#include "pvr_srv.h"
#include "pvr_types.h"