Commit based upon d6442850bde61f0c3e7e2ae3247b4a856073c5e0
[librecmc/package-feed.git] / libs / fcgi / patches / 120-stdio.patch
1 Index: fcgi-2.4.0/libfcgi/fcgio.cpp
2 ===================================================================
3 --- fcgi-2.4.0.orig/libfcgi/fcgio.cpp   2014-05-15 10:43:15.153971782 +0200
4 +++ fcgi-2.4.0/libfcgi/fcgio.cpp        2014-05-15 10:44:44.037974020 +0200
5 @@ -23,6 +23,7 @@
6  #endif
7  
8  #include <limits.h>
9 +#include <stdio.h>
10  #include "fcgio.h"
11  
12  using std::streambuf;