Skip to content
Snippets Groups Projects
Commit 0a71aaa2 authored by maurossi's avatar maurossi Committed by Marge Bot
Browse files

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: 2928c21e ("Convert most remaining free-form fall-through comments to FALLTHROUGH")
Reviewed-by: default avatarTapani Pälli <tapani.palli@intel.com>
Part-of: <mesa/mesa!10264>
parent 5613984f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment