mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
egl: Fix implicit declaration of ffs
Found when building for Android in C99 mode. Include bitscan.h to ensure ffs is
available.
Fixes: 7b4ed2b5 ("egl: Convert configs to use shifts and sizes instead of masks")
Signed-off-by: Kevin Strasser <kevin.strasser@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
b9994cb8d5
commit
641320ce02
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
|||
#include "util/u_atomic.h"
|
||||
#include "util/u_vector.h"
|
||||
#include "mapi/glapi/glapi.h"
|
||||
#include "util/bitscan.h"
|
||||
|
||||
/* Additional definitions not yet in the drm_fourcc.h.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue