repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sbcl 2.3.0 rebuild
[arch-packages.git]
/
fcgi
/
trunk
/
fcgi-2.4.0-gcc44_fixes.patch
blob
6c5cfe2f9813953ae99418a6cb33d2dd37f809f2
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
6
7
#include <limits.h>
8
+#include <cstdio>
9
#include "fcgio.h"
10
11
using std::streambuf;