120-stdio.patch (361B)
1 Index: fcgi-2.4.0/libfcgi/fcgio.cpp 2 =================================================================== 3 --- fcgi-2.4.0.orig/libfcgi/fcgio.cpp 2014-05-15 10:43:15.153971782 +0200 4 +++ fcgi-2.4.0/libfcgi/fcgio.cpp 2014-05-15 10:44:44.037974020 +0200 5 @@ -23,6 +23,7 @@ 6 #endif 7 8 #include <limits.h> 9 +#include <stdio.h> 10 #include "fcgio.h" 11 12 using std::streambuf;