File hydrogen-gcc44-fixes.diff of Package hydrogen
--- src/lib/Object.cpp | 1 + src/lib/drivers/JackDriver.cpp | 1 + 2 files changed, 2 insertions(+) --- a/src/lib/drivers/JackDriver.cpp +++ b/src/lib/drivers/JackDriver.cpp @@ -27,6 +27,7 @@ #include <sys/types.h> #include <unistd.h> +#include <stdio.h> #include "lib/Hydrogen.h" #include "lib/Preferences.h" --- a/src/lib/Object.cpp +++ b/src/lib/Object.cpp @@ -26,6 +26,7 @@ #include "config.h" #include <pthread.h> +#include <stdio.h> #ifdef WIN32 #include <windows.h>