ports/dns/pdnsd/files/patch-src_dns.h
Sergei Kolobov 2f1fa9f87f - Update to 1.2
PR:		ports/73296
Submitted by:	Andrey Slusar <anray@inet.ua>
Approved by:	maintainer timeout (3 weeks)
2004-11-23 16:19:36 +00:00

12 lines
273 B
C

--- src/dns.h.orig Fri Oct 29 01:03:35 2004
+++ src/dns.h Fri Oct 29 01:04:55 2004
@@ -27,6 +27,9 @@
#include <config.h>
#include <arpa/inet.h>
+#if TARGET==TARGET_BSD
+#include <sys/socket.h>
+#endif
#include <net/if.h>
#include <sys/types.h>
#include <inttypes.h>