Mesa (master): egl/android: add missing include

Eric Engeström eric_engestrom at kemper.freedesktop.org
Thu Aug 24 15:02:49 UTC 2017


Module: Mesa
Branch: master
Commit: 688d866eca8943f09cd846ffb045e18f6ec0677c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=688d866eca8943f09cd846ffb045e18f6ec0677c

Author: Eric Engestrom <eric.engestrom at imgtec.com>
Date:   Thu Aug 24 15:14:16 2017 +0100

egl/android: add missing include

Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Rob Herring <robh at kernel.org>

---

 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>




More information about the mesa-commit mailing list