Include config.h
authorDavid Schleef <ds@schleef.org>
Thu, 6 Nov 2003 23:36:33 +0000 (23:36 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 6 Nov 2003 23:36:33 +0000 (23:36 +0000)
Original commit message from CVS:
Include config.h

ext/ladspa/gstladspa.c
ext/raw1394/gstdv1394src.c

index 11bfd0f..2536e01 100644 (file)
@@ -18,6 +18,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <string.h>
 #include <math.h>
 #include <gst/control/control.h>
index 3157d87..6f3b8d2 100644 (file)
@@ -18,6 +18,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <gst/gst.h>
 #include <string.h>
 #include "gstdv1394src.h"