opnsense-ports/net/bsdproxy/files/patch-proxy_init.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
385 B
C

diff -urN -x .svn ../../branches/vendor/bsdproxy/proxy_init.c ./proxy_init.c
--- ../../branches/vendor/bsdproxy/proxy_init.c 2008-06-08 22:30:53.000000000 +0300
+++ ./proxy_init.c 2008-06-08 23:01:32.000000000 +0300
@@ -10,6 +10,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
+#include <string.h>
#include <unistd.h>
#include <time.h>
#include "config.h"