[Mesa-dev] [PATCH mesa] egl/android: add missing include
Eric Engestrom
eric.engestrom at imgtec.com
Thu Aug 24 14:22:10 UTC 2017
Cc: Rob Herring <robh at kernel.org>
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
This needs to land before [1], otherwise the latter will break android.
[1] https://lists.freedesktop.org/archives/mesa-dev/2017-August/167428.html
src/egl/drivers/dri2/platform_android.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c
index a864a2af3d..36fc5833b4 100644
--- a/src/egl/drivers/dri2/platform_android.c
+++ b/src/egl/drivers/dri2/platform_android.c
@@ -27,6 +27,7 @@
* DEALINGS IN THE SOFTWARE.
*/
+#include <android/native_window.h>
#include <errno.h>
#include <dlfcn.h>
#include <fcntl.h>
--
Cheers,
Eric
More information about the mesa-dev
mailing list