fb563e0
diff -up fcgi-2.4.0/libfcgi/fcgio.cpp.gcc44_fixes fcgi-2.4.0/libfcgi/fcgio.cpp
fb563e0
--- fcgi-2.4.0/libfcgi/fcgio.cpp.gcc44_fixes	2002-02-24 21:12:22.000000000 +0100
fb563e0
+++ fcgi-2.4.0/libfcgi/fcgio.cpp	2009-02-15 11:35:18.000000000 +0100
fb563e0
@@ -23,6 +23,7 @@
fb563e0
 #endif
fb563e0
 
fb563e0
 #include <limits.h>
fb563e0
+#include <cstdio>
fb563e0
 #include "fcgio.h"
fb563e0
 
fb563e0
 using std::streambuf;