diff options
author | David Schleef <ds@schleef.org> | 2003-11-06 23:36:33 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-06 23:36:33 +0000 |
commit | bfeed7aeacee5fdfd50a19b42d2271c0a1d297ed (patch) | |
tree | 723f89157580cf806336db0bbdb6c670b45423a7 /ext/sndfile/gstsf.c | |
parent | 7cc8bbd63acc11ca7097c4c75ba46c0dcbf0264a (diff) | |
download | gst-plugins-bad-bfeed7aeacee5fdfd50a19b42d2271c0a1d297ed.tar.gz gst-plugins-bad-bfeed7aeacee5fdfd50a19b42d2271c0a1d297ed.tar.bz2 gst-plugins-bad-bfeed7aeacee5fdfd50a19b42d2271c0a1d297ed.zip |
Include config.h
Original commit message from CVS:
Include config.h
Diffstat (limited to 'ext/sndfile/gstsf.c')
-rw-r--r-- | ext/sndfile/gstsf.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <string.h> #include <gst/gst.h> |