freebsd-ports/dns/dnrd/files/patch-dns.c
Will Andrews ff049e43e4 Add dnrd 2.9, a proxy DNS daemon.
PR:		24107
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-10 19:33:51 +00:00

10 lines
232 B
C

--- dns.c Thu Jan 4 10:37:21 2001
+++ dns.c.new Sat Mar 10 14:29:38 2001
@@ -27,6 +27,7 @@
#include <ctype.h>
#include <netdb.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>