Attempt to fix build on 6x.

This commit is contained in:
Alexander Nedotsukov 2010-01-18 14:14:21 +00:00
parent daf4ebe7cd
commit f7c3fabf46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248098

View File

@ -0,0 +1,13 @@
--- mDNSShared/dnsextd.h.orig 2010-01-18 21:39:34.000000000 +0900
+++ mDNSShared/dnsextd.h 2010-01-18 21:40:03.000000000 +0900
@@ -46,8 +46,9 @@
#include <DNSCommon.h>
#include <GenLinkedList.h>
#include <sys/types.h>
-#include <sys/socket.h>
#include <netinet/in.h>
+#include <sys/socket.h>
+#include <pthread.h>
#define LLQ_TABLESIZE 1024 // !!!KRS make this dynamically growable