openbsd-ports/www/fcgi-cgi/patches/patch-fastcgi_c
sthen b674061244 Import ports/www/fcgi-cgi, tweaks/ok landry@
fcgi-cgi is a wrapper around CGI applications to support running them under
FastCGI for use with webservers such as nginx and lighttpd 2.x which do not
support running cgi scripts/binaries directly.
2012-03-27 14:21:26 +00:00

12 lines
287 B
Plaintext

$OpenBSD: patch-fastcgi_c,v 1.1.1.1 2012/03/27 14:21:26 sthen Exp $
--- fastcgi.c.orig Mon Feb 6 13:28:38 2012
+++ fastcgi.c Mon Feb 6 13:28:45 2012
@@ -5,6 +5,7 @@
#include "fastcgi.h"
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <sys/socket.h>