1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
freebsd-ports/mail/dsbl-testers/files/patch-firedns_tester.c
Mark Linimon 0a40c91763 Fix build failure on i386, due to firestring dependency that now requires
GCC 3.2 / C99 support.

PR:		ports/66375
Submitted by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
2004-05-12 02:24:35 +00:00

11 lines
270 B
C

--- firedns/tester.c.orig Sun May 9 10:29:54 2004
+++ firedns/tester.c Sun May 9 10:30:18 2004
@@ -1,6 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <netdb.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/time.h>