From d8d3d9fff10b9edfea16ef81766eefb769c7d9c0 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 13 Nov 2003 03:19:48 +0000 Subject: [PATCH] Add #include "config.h" Original commit message from CVS: Add #include "config.h" --- tests/old/testsuite/debug/commandline.c | 3 +++ tests/old/testsuite/debug/global.c | 4 ++++ testsuite/debug/commandline.c | 3 +++ testsuite/debug/global.c | 4 ++++ 4 files changed, 14 insertions(+) diff --git a/tests/old/testsuite/debug/commandline.c b/tests/old/testsuite/debug/commandline.c index a08aa29..7f2e201 100644 --- a/tests/old/testsuite/debug/commandline.c +++ b/tests/old/testsuite/debug/commandline.c @@ -18,6 +18,9 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include GST_DEBUG_CATEGORY (cat); diff --git a/tests/old/testsuite/debug/global.c b/tests/old/testsuite/debug/global.c index 8644c5d..f878706 100644 --- a/tests/old/testsuite/debug/global.c +++ b/tests/old/testsuite/debug/global.c @@ -18,6 +18,10 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #define THREAD_COUNT 5 diff --git a/testsuite/debug/commandline.c b/testsuite/debug/commandline.c index a08aa29..7f2e201 100644 --- a/testsuite/debug/commandline.c +++ b/testsuite/debug/commandline.c @@ -18,6 +18,9 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include GST_DEBUG_CATEGORY (cat); diff --git a/testsuite/debug/global.c b/testsuite/debug/global.c index 8644c5d..f878706 100644 --- a/testsuite/debug/global.c +++ b/testsuite/debug/global.c @@ -18,6 +18,10 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #define THREAD_COUNT 5 -- 2.7.4