shithub: aubio

Download patch

ref: 47eabeb1dd57f7d65b8cba07a314bcd093b6b1c7
parent: d1c05544154ef1d447de1ac7592ce7c73aff3382
author: Paul Brossier <piem@piem.org>
date: Thu Oct 1 21:00:53 EDT 2009

tests/src/test-phasevoc.c add missing stdio.h

--- a/tests/src/test-phasevoc.c
+++ b/tests/src/test-phasevoc.c
@@ -1,5 +1,6 @@
 /* test sample for phase vocoder */
 
+#include <stdio.h>
 #include <aubio.h>
 
 int main(){