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/sndfile/gstsf.c

index 11bfd0f0c00ac59a80426d30fec7307953106f4d..2536e01d1a58709718f1cc4243059ce712a970c6 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 a0dbde3a8060634323c1728be2050f85e89b999a..a6d7c28db1c509fea3da7a3a86d528ca81484c62 100644 (file)
@@ -18,6 +18,9 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <string.h>
 #include <gst/gst.h>