diff --git a/tests/old/testsuite/debug/commandline.c b/tests/old/testsuite/debug/commandline.c index a08aa2961f..7f2e201ca6 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 8644c5d547..f878706c93 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 a08aa2961f..7f2e201ca6 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 8644c5d547..f878706c93 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