From: Paul Brossier Date: Tue, 6 Oct 2009 15:01:55 +0000 (+0200) Subject: src/temporal/resample.c: include config,h before checking HAVE_SAMPLERATE X-Git-Tag: bzr2git~209 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=020d80eddd93e01ae1193f1593e89ffd3393967e;p=aubio.git src/temporal/resample.c: include config,h before checking HAVE_SAMPLERATE --- diff --git a/src/temporal/resample.c b/src/temporal/resample.c index 47d129ce..85a98699 100644 --- a/src/temporal/resample.c +++ b/src/temporal/resample.c @@ -17,6 +17,8 @@ */ +#include "config.h" + #if HAVE_SAMPLERATE #include /* from libsamplerate */