mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
305 B
C++
15 lines
305 B
C++
$NetBSD: patch-libfcgi_fcgio.cpp,v 1.1 2012/01/24 02:55:11 sbd Exp $
|
|
|
|
include <cstdio> for the EOF macro.
|
|
|
|
--- libfcgi/fcgio.cpp.orig 2012-01-24 02:50:08.663956233 +0000
|
|
+++ libfcgi/fcgio.cpp
|
|
@@ -23,6 +23,7 @@
|
|
#endif
|
|
|
|
#include <limits.h>
|
|
+#include <cstdio>
|
|
#include "fcgio.h"
|
|
|
|
using std::streambuf;
|