diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-08-24 15:14:16 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-08-24 16:02:14 +0100 |
commit | 688d866eca8943f09cd846ffb045e18f6ec0677c (patch) | |
tree | 4ef5c3aa29ee609dd91a6d5e2518c164e572cd60 | |
parent | fe2f5cfdc7439cbe481d4bea393b46395967a8a3 (diff) |
egl/android: add missing include
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | src/egl/drivers/dri2/platform_android.c | 1 |
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 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> |