summaryrefslogtreecommitdiff
path: root/net/adns/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/adns/patches/patch-ac')
-rw-r--r--net/adns/patches/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/adns/patches/patch-ac b/net/adns/patches/patch-ac
new file mode 100644
index 00000000000..4de31a9a7c2
--- /dev/null
+++ b/net/adns/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2002/06/07 17:48:39 atatat Exp $
+
+Need to include sys/types.h so that pid_t is a defined type for
+sys/select.h.
+
+--- src/internal.h.orig Sat Sep 16 20:24:24 2000
++++ src/internal.h
+@@ -30,6 +30,8 @@
+ #ifndef ADNS_INTERNAL_H_INCLUDED
+ #define ADNS_INTERNAL_H_INCLUDED
+
++#include <sys/types.h>
++
+ #include "config.h"
+ typedef unsigned char byte;
+