sbcl 2.3.0 rebuild
[arch-packages.git] / fcgi / trunk / fcgi-2.4.0-gcc44_fixes.patch
blob6c5cfe2f9813953ae99418a6cb33d2dd37f809f2
1 diff -up fcgi-2.4.0/libfcgi/fcgio.cpp.gcc44_fixes fcgi-2.4.0/libfcgi/fcgio.cpp
2 --- fcgi-2.4.0/libfcgi/fcgio.cpp.gcc44_fixes 2002-02-24 21:12:22.000000000 +0100
3 +++ fcgi-2.4.0/libfcgi/fcgio.cpp 2009-02-15 11:35:18.000000000 +0100
4 @@ -23,6 +23,7 @@
5 #endif
7 #include <limits.h>
8 +#include <cstdio>
9 #include "fcgio.h"
11 using std::streambuf;