Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/dns/dnssec-rr/files/patch-zone.c
16461 views
1
--- zone.c.orig 2025-06-21 08:09:31 UTC
2
+++ zone.c
3
@@ -4,6 +4,7 @@
4
#include <stdio.h>
5
#include <stdlib.h>
6
#include <arpa/inet.h>
7
+#include <sys/socket.h>
8
#include "dnssec.h"
9
10
struct input {
11
12