blob: 9838a019ed4263c2f74a368bfa0e181e1b86762e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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 */
|