23421e469d
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>
10 lines
236 B
C
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"
|