ports/dns/mdnsd/files/patch-libmdnsd_mdnsd.c
Yuri Victorovich 2cf8a65558 dns/mdnsd: Updating to the current revision
PR:		225114
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13600
2018-01-27 20:09:57 +00:00

11 lines
304 B
C

--- libmdnsd/mdnsd.c.orig 2017-11-22 13:47:51 UTC
+++ libmdnsd/mdnsd.c
@@ -3,6 +3,8 @@
#include <string.h>
#include <stdlib.h>
#include <errno.h>
+#include <netinet/in.h>
+#include <sys/socket.h>
#define SPRIME 108 /* Size of query/publish hashes */
#define LPRIME 1009 /* Size of cache hash */