src/aubio.h: add source and sink
authorPaul Brossier <piem@piem.org>
Fri, 13 Jul 2012 21:29:35 +0000 (15:29 -0600)
committerPaul Brossier <piem@piem.org>
Fri, 13 Jul 2012 21:29:35 +0000 (15:29 -0600)
src/aubio.h

index e9cf923..a589a01 100644 (file)
@@ -174,6 +174,9 @@ extern "C"
 #include "onset/onset.h"
 #include "onset/peakpicker.h"
 #include "tempo/tempo.h"
+#include "io/source.h"
+#include "io/sink.h"
+#include "io/source_apple_audio.h"
 
 #if AUBIO_UNSTABLE
 #include "vecutils.h"