diff --git a/darkice/trunk/src/JackDspSource.cpp b/darkice/trunk/src/JackDspSource.cpp index 14fcd66..adfb83e 100644 --- a/darkice/trunk/src/JackDspSource.cpp +++ b/darkice/trunk/src/JackDspSource.cpp @@ -40,6 +40,12 @@ #include "config.h" #endif +#ifdef HAVE_STDIO_H +#include +#else +#error need stdio.h +#endif + #ifdef HAVE_UNISTD_H #include #else