From 020d80eddd93e01ae1193f1593e89ffd3393967e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 6 Oct 2009 17:01:55 +0200 Subject: [PATCH] src/temporal/resample.c: include config,h before checking HAVE_SAMPLERATE --- src/temporal/resample.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.26.2