python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / fcgi / gcc-4.4.diff
blobc6806c12c06765587ae48b7436dd6aaaa5e09eee
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
8 #include <limits.h>
9 +#include <cstdio>
10 #include "fcgio.h"
12 using std::streambuf;