opnsense-ports/mail/greyfix/files/patch-sockets
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
273 B
Text

--- greyfix.c.orig 2014-04-06 16:23:26.000000000 +0100
+++ greyfix.c 2014-04-06 16:23:37.000000000 +0100
@@ -26,6 +26,8 @@
#include <syslog.h>
#include <sys/stat.h>
#include <arpa/inet.h>
+#include <netinet/in.h>
+#include <sys/socket.h>
#include <db.h>