From bfeed7aeacee5fdfd50a19b42d2271c0a1d297ed Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 6 Nov 2003 23:36:33 +0000 Subject: Include config.h Original commit message from CVS: Include config.h --- ext/ladspa/gstladspa.c | 3 +++ ext/sndfile/gstsf.c | 3 +++ 2 files changed, 6 insertions(+) (limited to 'ext') diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index 11bfd0f0..2536e01d 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -18,6 +18,9 @@ * Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include #include #include diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c index a0dbde3a..a6d7c28d 100644 --- a/ext/sndfile/gstsf.c +++ b/ext/sndfile/gstsf.c @@ -18,6 +18,9 @@ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include #include -- cgit v1.2.1