From 804c5b14e83950ab7d083c92e78633eeac9f30e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 10 Jul 2013 11:24:34 +0200 Subject: [PATCH] [729/906] gl: Include config.h everywhere --- tests/examples/gtk/fxtest/fxtest.c | 3 +++ tests/examples/gtk/fxtest/pixbufdrop.c | 3 +++ tests/examples/gtk/gstgtk.c | 3 +++ 3 files changed, 9 insertions(+) diff --git a/tests/examples/gtk/fxtest/fxtest.c b/tests/examples/gtk/fxtest/fxtest.c index 124beb140f..c4a8e0b52d 100644 --- a/tests/examples/gtk/fxtest/fxtest.c +++ b/tests/examples/gtk/fxtest/fxtest.c @@ -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 #define GLIB_DISABLE_DEPRECATION_WARNINGS diff --git a/tests/examples/gtk/fxtest/pixbufdrop.c b/tests/examples/gtk/fxtest/pixbufdrop.c index 5853068433..d9f363bfdc 100644 --- a/tests/examples/gtk/fxtest/pixbufdrop.c +++ b/tests/examples/gtk/fxtest/pixbufdrop.c @@ -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 #define GLIB_DISABLE_DEPRECATION_WARNINGS diff --git a/tests/examples/gtk/gstgtk.c b/tests/examples/gtk/gstgtk.c index ec52f9ca3b..dc680a1b5e 100644 --- a/tests/examples/gtk/gstgtk.c +++ b/tests/examples/gtk/gstgtk.c @@ -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 "gstgtk.h"