From c74d557127a46f652fbb9d0065517daa87e1ea06 Mon Sep 17 00:00:00 2001 From: Justin Kim Date: Mon, 2 Oct 2017 16:22:26 +0900 Subject: [PATCH] glcontext_egl: Add gstglwindow header Otherwise, compiler complains implicit function declaration warning. https://bugzilla.gnome.org/show_bug.cgi?id=788413 --- gst-libs/gst/gl/egl/gstglcontext_egl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/gl/egl/gstglcontext_egl.c b/gst-libs/gst/gl/egl/gstglcontext_egl.c index 926050c382..868e766c22 100644 --- a/gst-libs/gst/gl/egl/gstglcontext_egl.c +++ b/gst-libs/gst/gl/egl/gstglcontext_egl.c @@ -32,6 +32,7 @@ #include #include +#include #include "gstegl.h" #include "../utils/opengl_versions.h"