aboutsummaryrefslogtreecommitdiffstats
path: root/dns/hesiod
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-09-07 23:35:32 +0800
committernectar <nectar@FreeBSD.org>2002-09-07 23:35:32 +0800
commit327e532734571be2e52619f851d590028ef8b81b (patch)
tree98a2e1c1262e307a138577430cee9856888856db /dns/hesiod
parenta8e1b536d99d6d9cbde0086406c886242e32e7f9 (diff)
downloadfreebsd-ports-gnome-327e532734571be2e52619f851d590028ef8b81b.tar.gz
freebsd-ports-gnome-327e532734571be2e52619f851d590028ef8b81b.tar.zst
freebsd-ports-gnome-327e532734571be2e52619f851d590028ef8b81b.zip
Fix missing <sys/types.h> in hestest.c (noticed in -CURRENT).
Diffstat (limited to 'dns/hesiod')
-rw-r--r--dns/hesiod/files/patch-hestest.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/dns/hesiod/files/patch-hestest.c b/dns/hesiod/files/patch-hestest.c
new file mode 100644
index 000000000000..e8a4122473b8
--- /dev/null
+++ b/dns/hesiod/files/patch-hestest.c
@@ -0,0 +1,12 @@
+*** hestest.c.orig Sat Sep 7 10:33:20 2002
+--- hestest.c Sat Sep 7 10:33:26 2002
+***************
+*** 24,29 ****
+--- 24,30 ----
+ #include <netdb.h>
+ #include <errno.h>
+ #include <pwd.h>
++ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <stdarg.h>