aboutsummaryrefslogtreecommitdiffstats
path: root/dns/mdnsd/files/patch-mquery.c
blob: aa43810c9cd62a489b86411cbe3f232d2a964ca3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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>