From 535d127267dd45acbe834f2f851c2a77321f9f35 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 7 Mar 2013 14:20:09 -0500 Subject: [PATCH] tests/src/io/test-source_sndfile.c: include config.h --- tests/src/io/test-source_sndfile.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.26.2