You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
361 B

  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. #include <limits.h>
  8. +#include <stdio.h>
  9. #include "fcgio.h"
  10. using std::streambuf;