projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1c0554
)
tests/src/test-phasevoc.c add missing stdio.h
author
Paul Brossier
<piem@piem.org>
Thu, 1 Oct 2009 23:00:53 +0000
(
01:00
+0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 1 Oct 2009 23:00:53 +0000
(
01:00
+0200)
tests/src/test-phasevoc.c
patch
|
blob
|
history
diff --git
a/tests/src/test-phasevoc.c
b/tests/src/test-phasevoc.c
index 3914bef9b4bbce24e04ded3b2d495eacea69a722..e8352abf804cc9aeeed47a4bd807f512b55ed75c 100644
(file)
--- 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(){