opnsense-ports/dns/kadnode/files/patch-src_peerfile.c
Franco Fichtner 266e1e4bcb */*: sync with upstream
Taken from: HardenedBSD
2020-03-20 09:22:15 +01:00

10 lines
209 B
C

--- src/peerfile.c.orig 2020-02-09 21:48:57 UTC
+++ src/peerfile.c
@@ -4,6 +4,7 @@
#include <string.h>
#include <errno.h>
#include <netdb.h>
+#include <sys/socket.h>
#include "main.h"
#include "conf.h"