mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
PR: ports/73296 Submitted by: Andrey Slusar <anray@inet.ua> Approved by: maintainer timeout (3 weeks)
12 lines
273 B
C
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>
|