src/temporal/resample.c: include config,h before checking HAVE_SAMPLERATE
authorPaul Brossier <piem@piem.org>
Tue, 6 Oct 2009 15:01:55 +0000 (17:01 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 6 Oct 2009 15:01:55 +0000 (17:01 +0200)
src/temporal/resample.c

index 47d129c..85a9869 100644 (file)
@@ -17,6 +17,8 @@
         
 */
 
+#include "config.h"
+
 #if HAVE_SAMPLERATE
 
 #include <samplerate.h> /* from libsamplerate */