From: Paul Brossier Date: Thu, 7 Mar 2013 19:20:09 +0000 (-0500) Subject: tests/src/io/test-source_sndfile.c: include config.h X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=535d127267dd45acbe834f2f851c2a77321f9f35;p=aubio.git tests/src/io/test-source_sndfile.c: include config.h --- diff --git a/tests/src/io/test-source_sndfile.c b/tests/src/io/test-source_sndfile.c index 267a9569..d3d31d45 100644 --- a/tests/src/io/test-source_sndfile.c +++ b/tests/src/io/test-source_sndfile.c @@ -1,6 +1,7 @@ #define AUBIO_UNSTABLE 1 #include #include "utils_tests.h" +#include "config.h" // this file uses the unstable aubio api, please use aubio_source instead // see src/io/source.h and tests/src/source/test-source.c