Origin: Debian
Description: Add missing #include to prevent FTBFS with GCC 4.4. 
---
 src/FFT.cpp       |    2 ++
 src/SndJackIO.cpp |    1 +
 2 files changed, 3 insertions(+)

--- a/src/SndJackIO.cpp
+++ b/src/SndJackIO.cpp
@@ -25,6 +25,7 @@
 #ifdef JACK
 
 
+#include <cstdio>
 #include <unistd.h>
 #include <stdio.h>
 #include "SndJackIO.h"
