freebsd-ports/www/privoxy+ipv6/files/patch-src::addrlist.c
Munechika SUMIKAWA ef743d1047 Make buildable.
Approved by:	maintainer
2003-10-05 13:13:25 +00:00

13 lines
324 B
C

--- src/addrlist.c- Fri Oct 3 12:12:29 2003
+++ src/addrlist.c Fri Oct 3 12:12:32 2003
@@ -40,9 +40,8 @@
*
*********************************************************************/
-#include "addrlist.h"
#include <sys/types.h>
-#include <sys/socket.h>
+#include "addrlist.h"
#include <netdb.h>
#include <string.h>