diff options
Diffstat (limited to '')
-rw-r--r-- | dns/dnrd/files/patch-dns.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dns/dnrd/files/patch-dns.c b/dns/dnrd/files/patch-dns.c new file mode 100644 index 000000000000..5ea94c468580 --- /dev/null +++ b/dns/dnrd/files/patch-dns.c @@ -0,0 +1,10 @@ +--- 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> |