repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
fcgi
/
gcc-4.4.diff
blob
c6806c12c06765587ae48b7436dd6aaaa5e09eee
1
diff --git a/libfcgi/fcgio.cpp b/libfcgi/fcgio.cpp
2
index 95e28ca..a7eda0e 100644
3
--- a/libfcgi/fcgio.cpp
4
+++ b/libfcgi/fcgio.cpp
5
@@ -23,6 +23,7 @@
6
#endif
7
8
#include <limits.h>
9
+#include <cstdio>
10
#include "fcgio.h"
11
12
using std::streambuf;