android: add missing egl.h include

This commit is contained in:
Matthew Waters 2015-07-07 16:39:09 +10:00 committed by Tim-Philipp Müller
parent e4af6201c0
commit 6a7bb242f9

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