]> git.pld-linux.org Git - packages/fcgi.git/blob - fcgi-includes.patch
- added includes patch (needed to build with current gcc/glibc - EOF define)
[packages/fcgi.git] / fcgi-includes.patch
1 --- fcgi-2.4.0/libfcgi/fcgio.cpp.orig   2002-02-24 21:12:22.000000000 +0100
2 +++ fcgi-2.4.0/libfcgi/fcgio.cpp        2012-01-21 14:56:28.110884937 +0100
3 @@ -23,6 +23,7 @@
4  #endif
5  
6  #include <limits.h>
7 +#include <stdio.h>
8  #include "fcgio.h"
9  
10  using std::streambuf;
This page took 0.034665 seconds and 3 git commands to generate.