ports/dns/kadnode/files/patch-src_peerfile.c
Tobias Kortkamp 06159628a5 dns/kadnode: Update to 2.3.0
PR:		244020
Submitted by:	moritzwarning@web.de (maintainer)
2020-03-19 08:40:17 +00: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"