View | Details | Raw Unified | Return to bug 18055
Collapse All | Expand All

(-)adns/patches/patch-ac (+13 lines)
Line 0 Link Here
1
--- src/adns.h.orig	Thu Mar  2 04:34:04 2000
2
+++ src/adns.h	Mon Apr 17 17:18:36 2000
3
@@ -62,9 +62,9 @@
4
 
5
 #include <stdio.h>
6
 
7
+#include <sys/types.h>
8
 #include <sys/socket.h>
9
 #include <netinet/in.h>
10
-#include <sys/types.h>
11
 #include <sys/time.h>
12
 #include <unistd.h>
13

Return to bug 18055