[729/906] gl: Include config.h everywhere
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 10 Jul 2013 09:24:34 +0000 (11:24 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:29 +0000 (19:31 +0000)
gst-libs/gst/gl/gstglapi.c
gst-libs/gst/gl/gstglframebuffer.c
gst-libs/gst/gl/gstglutils.c

index 8a42b90..ee3cb36 100644 (file)
@@ -17,6 +17,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "gstglapi.h"
 
index 79ee374..1b574d2 100644 (file)
@@ -17,7 +17,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
-
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "gstglframebuffer.h"
 
index a9c4a19..76de438 100644 (file)
@@ -17,6 +17,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <stdio.h>