11 lines
158 B
Diff
11 lines
158 B
Diff
|
--- libfcgi/fcgio.cpp
|
||
|
+++ libfcgi/fcgio.cpp
|
||
|
@@ -23,6 +23,7 @@
|
||
|
#endif
|
||
|
|
||
|
#include <limits.h>
|
||
|
+#include <stdio.h>
|
||
|
#include "fcgio.h"
|
||
|
|
||
|
using std::streambuf;
|