opnsense-ports/net/openvswitch/files/patch-lib_dns-resolve.c
Franco Fichtner 9a0b1abada */*: sync with upstream
Taken from: HardenedBSD
2019-10-28 08:57:52 +01:00

10 lines
248 B
C

--- lib/dns-resolve.c.orig 2019-10-18 14:20:09 UTC
+++ lib/dns-resolve.c
@@ -22,6 +22,7 @@
#include <arpa/nameser.h>
#include <errno.h>
#include <string.h>
+#include <sys/socket.h>
#include <sys/stat.h>
#include <unbound.h>
#include "hash.h"