ports/dns/dnssec-rr/files/patch-zone.c
Dave Cottlehuber 2b7eb930ad dns/dnssec-rr: new port - a DNSSEC toolkit written in C
Differential Revision:	https://reviews.freebsd.org/D50969
Reviewed by:	diizzy
Sponsored by:	SkunkWerks, GmbH
2025-06-24 08:34:34 +00:00

11 lines
196 B
C

--- zone.c.orig 2025-06-21 08:09:31 UTC
+++ zone.c
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <arpa/inet.h>
+#include <sys/socket.h>
#include "dnssec.h"
struct input {