8d0fe0e19b
svn path=/nixpkgs/trunk/; revision=28473
13 lines
242 B
Diff
13 lines
242 B
Diff
diff --git a/libfcgi/fcgio.cpp b/libfcgi/fcgio.cpp
|
|
index 95e28ca..a7eda0e 100644
|
|
--- a/libfcgi/fcgio.cpp
|
|
+++ b/libfcgi/fcgio.cpp
|
|
@@ -23,6 +23,7 @@
|
|
#endif
|
|
|
|
#include <limits.h>
|
|
+#include <cstdio>
|
|
#include "fcgio.h"
|
|
|
|
using std::streambuf;
|