fcgi: builds with newer gcc
svn path=/nixpkgs/trunk/; revision=28473
This commit is contained in:
12
pkgs/development/libraries/fcgi/gcc-4.4.diff
Normal file
12
pkgs/development/libraries/fcgi/gcc-4.4.diff
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/libfcgi/fcgio.cpp b/libfcgi/fcgio.cpp
|
||||
index 95e28ca..a7eda0e 100644
|
||||
--- a/libfcgi/fcgio.cpp
|
||||
+++ b/libfcgi/fcgio.cpp
|
||||
@@ -23,6 +23,7 @@
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
+#include <cstdio>
|
||||
#include "fcgio.h"
|
||||
|
||||
using std::streambuf;
|
||||
Reference in New Issue
Block a user