shithub: aubio

Download patch

ref: 020d80eddd93e01ae1193f1593e89ffd3393967e
parent: f826349105769d84a141f6883102dc7f6b7e2d1b
author: Paul Brossier <piem@piem.org>
date: Tue Oct 6 13:01:55 EDT 2009

src/temporal/resample.c: include config,h before checking HAVE_SAMPLERATE

--- a/src/temporal/resample.c
+++ b/src/temporal/resample.c
@@ -17,6 +17,8 @@
 	 
 */
 
+#include "config.h"
+
 #if HAVE_SAMPLERATE
 
 #include <samplerate.h> /* from libsamplerate */