mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-19 23:20:31 +01:00
egl/android: include "util/compiler.h" for FALLTHROUGH macro
Fixes the following building error:
external/mesa/src/egl/drivers/dri2/platform_android.c:1263:10: error: use of undeclared identifier 'FALLTHROUGH'
FALLTHROUGH; /* for pbuffers */
^
1 error generated.
Fixes: 2928c21eb7 ("Convert most remaining free-form fall-through comments to FALLTHROUGH")
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10264>
This commit is contained in:
parent
5613984fd9
commit
0a71aaa29d
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <drm-uapi/drm_fourcc.h>
|
||||
|
||||
#include "util/compiler.h"
|
||||
#include "util/os_file.h"
|
||||
|
||||
#include "loader.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue