mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
PR: 225114 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13600
11 lines
304 B
C
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 */
|