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:
Mauro Rossi 2021-04-15 21:34:12 +02:00 committed by Marge Bot
parent 5613984fd9
commit 0a71aaa29d
1 changed files with 1 additions and 0 deletions

View File

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