opnsense-ports/mail/spfval/files/patch-src_spfval_util.h
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

10 lines
312 B
C

--- src/spfval/util.h.orig Mon Jul 25 07:43:56 2005
+++ src/spfval/util.h Mon Jul 25 07:44:25 2005
@@ -45,6 +45,7 @@
#define _UTIL_H 1
#include <stdlib.h> /* malloc / free */
+#include <sys/types.h>
#include <netinet/in.h> /* in_addr struct fBSD */
#include <arpa/inet.h> /* in_addr struct */