android: add missing egl.h include

This commit is contained in:
Matthew Waters 2015-07-07 16:39:09 +10:00
parent 2b9dddbafe
commit 7f44ee0514

View file

@ -23,6 +23,7 @@
#define __GST_GL_WINDOW_ANDROID_EGL_H__
#include <gst/gl/gl.h>
#include <gst/gl/egl/gstegl.h>
G_BEGIN_DECLS