ports/dns/pdnsd/files/patch-src_conff.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
286 B
C

--- src/conff.h.orig Fri Oct 29 01:11:36 2004
+++ src/conff.h Fri Oct 29 01:12:36 2004
@@ -32,6 +32,9 @@
#include <config.h>
#include <stdio.h>
#include <pthread.h>
+#if TARGET==TARGET_BSD
+#include <sys/socket.h>
+#endif
#include <net/if.h>
#include "ipvers.h"
#include "list.h"