gnu: python-babel: Update to 2.7.0.
[guix.git] / gnu / packages / patches / fcgi-2.4.0-gcc44-fixes.patch
blob0f921b120b0a2f73dee93226ccdebd4be32bb836
1 Taken from http://pkgs.fedoraproject.org/cgit/rpms/fcgi.git/plain/fcgi-2.4.0-gcc44_fixes.patch.
2 Fixes compilation with GCC 4.4 and later.
4 diff -up fcgi-2.4.0/libfcgi/fcgio.cpp.gcc44_fixes fcgi-2.4.0/libfcgi/fcgio.cpp
5 --- fcgi-2.4.0/libfcgi/fcgio.cpp.gcc44_fixes 2002-02-24 21:12:22.000000000 +0100
6 +++ fcgi-2.4.0/libfcgi/fcgio.cpp 2009-02-15 11:35:18.000000000 +0100
7 @@ -23,6 +23,7 @@
8 #endif
10 #include <limits.h>
11 +#include <cstdio>
12 #include "fcgio.h"
14 using std::streambuf;