From 3f365a83506de4efc4e419843ea6017fefccc07f Mon Sep 17 00:00:00 2001 From: Jacob Siverskog Date: Thu, 17 Jul 2014 12:29:48 +0200 Subject: fcgi: import from packages, add myself as maintainer, fix build errors. Signed-off-by: Jacob Siverskog --- libs/fcgi/patches/120-stdio.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libs/fcgi/patches/120-stdio.patch (limited to 'libs/fcgi/patches/120-stdio.patch') diff --git a/libs/fcgi/patches/120-stdio.patch b/libs/fcgi/patches/120-stdio.patch new file mode 100644 index 000000000..94c789434 --- /dev/null +++ b/libs/fcgi/patches/120-stdio.patch @@ -0,0 +1,12 @@ +Index: fcgi-2.4.0/libfcgi/fcgio.cpp +=================================================================== +--- fcgi-2.4.0.orig/libfcgi/fcgio.cpp 2014-05-15 10:43:15.153971782 +0200 ++++ fcgi-2.4.0/libfcgi/fcgio.cpp 2014-05-15 10:44:44.037974020 +0200 +@@ -23,6 +23,7 @@ + #endif + + #include ++#include + #include "fcgio.h" + + using std::streambuf; -- cgit v1.2.3