freebsd-ports/dns/knot-resolver/files/patch-lib_nsrep.h
Kurt Jaeger 23421e469d New port: dns/knot-resolver
The Knot DNS Resolver is a caching full resolver implementation,
including both a resolver library and a daemon.

WWW: https://www.knot-resolver.cz/

PR:		212215
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>
2016-09-04 18:56:53 +00:00

10 lines
236 B
C

--- lib/nsrep.h.orig 2016-08-24 12:05:47 UTC
+++ lib/nsrep.h
@@ -19,6 +19,7 @@
#include <netinet/in.h>
#include <libknot/dname.h>
#include <limits.h>
+#include <sys/socket.h>
#include "lib/defines.h"
#include "lib/generic/map.h"