mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
PR: 225114 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13600
11 lines
217 B
C
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>
|
|
|