tests/src/test-phasevoc.c add missing stdio.h
authorPaul Brossier <piem@piem.org>
Thu, 1 Oct 2009 23:00:53 +0000 (01:00 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 1 Oct 2009 23:00:53 +0000 (01:00 +0200)
tests/src/test-phasevoc.c

index 3914bef9b4bbce24e04ded3b2d495eacea69a722..e8352abf804cc9aeeed47a4bd807f512b55ed75c 100644 (file)
@@ -1,5 +1,6 @@
 /* test sample for phase vocoder */
 
+#include <stdio.h>
 #include <aubio.h>
 
 int main(){