freebsd-ports/www/fcgi/files/patch-include__fcgio.h
Adam Weinberger 2d97b6fb47 Clean up and modernize fcgi and fcgiwrap. Unbreak fcgiwrap, for
which distfiles are readily available, and host the fcgi distfile
locally.
2016-12-26 17:10:09 +00:00

10 lines
172 B
C++

--- include/fcgio.h.orig 2002-02-25 13:16:11 UTC
+++ include/fcgio.h
@@ -31,6 +31,7 @@
#define FCGIO_H
#include <iostream>
+#include <cstdio>
#include "fcgiapp.h"