diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-03-12 13:43:32 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-03-12 13:43:32 +0000 |
commit | 8e66449afe286da6573349869dcd69a376a041f6 (patch) | |
tree | 814eef107862076389e0f9093b7a299dcfd6f1ad /www/crawl/files/patch-dns.c | |
parent | Add cnd 0.1, (diff) |
Unbreak on -current.
Notes
Notes:
svn path=/head/; revision=103780
Diffstat (limited to 'www/crawl/files/patch-dns.c')
-rw-r--r-- | www/crawl/files/patch-dns.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/crawl/files/patch-dns.c b/www/crawl/files/patch-dns.c new file mode 100644 index 000000000000..c061817985fa --- /dev/null +++ b/www/crawl/files/patch-dns.c @@ -0,0 +1,12 @@ +$FreeBSD$ + +--- dns.c.orig Fri Mar 12 07:29:07 2004 ++++ dns.c Fri Mar 12 07:29:19 2004 +@@ -46,6 +46,7 @@ + #include "tree.h" + #include "http.h" + #include "dns.h" ++#include "getaddrinfo.h" + + ssize_t atomicio(ssize_t (*f)(), int, void *, size_t); + |