Add #include "config.h"
authorDavid Schleef <ds@schleef.org>
Thu, 13 Nov 2003 03:19:48 +0000 (03:19 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 13 Nov 2003 03:19:48 +0000 (03:19 +0000)
Original commit message from CVS:
Add #include "config.h"

tests/old/testsuite/debug/commandline.c
tests/old/testsuite/debug/global.c
testsuite/debug/commandline.c
testsuite/debug/global.c

index a08aa29..7f2e201 100644 (file)
@@ -18,6 +18,9 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
  
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <gst/gst.h>
 
 GST_DEBUG_CATEGORY (cat);
index 8644c5d..f878706 100644 (file)
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
  
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <gst/gst.h>
 
 #define THREAD_COUNT   5
index a08aa29..7f2e201 100644 (file)
@@ -18,6 +18,9 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
  
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <gst/gst.h>
 
 GST_DEBUG_CATEGORY (cat);
index 8644c5d..f878706 100644 (file)
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
  
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <gst/gst.h>
 
 #define THREAD_COUNT   5