freebsd-ports/mail/greyfix/files/patch-sockets
Danilo Egea Gondolfo a08565f4a0 - Update from 0.3.9 to 0.4.0
- Update MASTER_SITES
- Install the man page

PR:		ports/188319
Submitted by:	Keith Gaughan <k@stereochro.me>
2014-06-14 20:54:43 +00: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>