diff options
Diffstat (limited to 'aports/mDNSResponder/Clients-dns-sd.c.patch')
-rw-r--r-- | aports/mDNSResponder/Clients-dns-sd.c.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/aports/mDNSResponder/Clients-dns-sd.c.patch b/aports/mDNSResponder/Clients-dns-sd.c.patch new file mode 100644 index 0000000..350cc37 --- /dev/null +++ b/aports/mDNSResponder/Clients-dns-sd.c.patch @@ -0,0 +1,16 @@ +--- mDNSResponder-1310.140.1/Clients/dns-sd.c.orig ++++ mDNSResponder-1310.140.1/Clients/dns-sd.c +@@ -58,11 +58,13 @@ + //#define TEST_NEW_CLIENTSTUB 1 + + #include <ctype.h> ++#include <stdarg.h> // For va_list + #include <stdio.h> // For stdout, stderr + #include <stdlib.h> // For exit() + #include <string.h> // For strlen(), strcpy() + #include <errno.h> // For errno, EINTR + #include <time.h> ++#include <sys/param.h> // For MIN + #include <sys/types.h> // For u_char + #ifdef APPLE_OSX_mDNSResponder + #include <inttypes.h> // For PRId64 |