Skip to content

egl: Fix implicit declaration of ffs

Kevin Strasser requested to merge strassek/mesa:fix-ffs into master

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

Merge request reports