ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

fcgi-2.4.0.patch (329B)


      1 diff -Nru fcgi-2.4.0.orig/libfcgi/fcgio.cpp fcgi-2.4.0/libfcgi/fcgio.cpp
      2 --- fcgi-2.4.0.orig/libfcgi/fcgio.cpp	2009-08-25 16:22:24.674699335 +0200
      3 +++ fcgi-2.4.0/libfcgi/fcgio.cpp	2009-08-25 16:22:53.374707538 +0200
      4 @@ -23,6 +23,7 @@
      5  #endif
      6  
      7  #include <limits.h>
      8 +#include <cstdio>
      9  #include "fcgio.h"
     10  
     11  using std::streambuf;