Attempt to fix build on 6x.
This commit is contained in:
parent
daf4ebe7cd
commit
f7c3fabf46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248098
13
net/mDNSResponder/files/patch-mDNSShared__dnsextd.h
Normal file
13
net/mDNSResponder/files/patch-mDNSShared__dnsextd.h
Normal 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
|
Loading…
Reference in New Issue
Block a user