aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-08-24 15:14:16 +0100
committerEric Engestrom <[email protected]>2017-08-24 16:02:14 +0100
commit688d866eca8943f09cd846ffb045e18f6ec0677c (patch)
tree4ef5c3aa29ee609dd91a6d5e2518c164e572cd60 /src
parentfe2f5cfdc7439cbe481d4bea393b46395967a8a3 (diff)
egl/android: add missing include
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Rob Herring <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/egl/drivers/dri2/platform_android.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c
index a864a2af3d7..36fc5833b4e 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>