From a125fb9a5f437da7cf012b61c6ef7435a284fd8a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 28 Nov 2016 14:11:10 +0100 Subject: [PATCH] src/aubio.h: add ringbuffer to unstable api --- src/aubio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aubio.h b/src/aubio.h index 63726445..e1c7f7ab 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -219,6 +219,7 @@ extern "C" #include "effects/timestretch.h" #include "utils/scale.h" #include "utils/hist.h" +#include "utils/ringbuffer.h" #endif #ifdef __cplusplus -- 2.11.0