pvr: Add missing include for FALLTHROUGH

Noticed with a newer version of gcc.

Signed-off-by: Simon Perretta <simon.perretta@imgtec.com>
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31679>
This commit is contained in:
Simon Perretta 2024-04-05 17:41:48 +01:00 committed by Marge Bot
parent b882cb2d90
commit ac48e83af1

View file

@ -46,6 +46,7 @@
#include "pvr_srv_sync_prim.h"
#include "pvr_types.h"
#include "pvr_winsys.h"
#include "util/compiler.h"
#include "util/log.h"
#include "util/macros.h"
#include "util/u_math.h"