opnsense-ports/dns/mdnsd/files/patch-mquery.c
Franco Fichtner 84448e58bb */*: sync with upstream
Taken from: HardenedBSD
2018-01-28 13:12:26 +01:00

11 lines
217 B
C

--- mquery.c.orig 2017-11-22 13:47:51 UTC
+++ mquery.c
@@ -10,6 +10,8 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <libmdnsd/mdnsd.h>