Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/dns/dnstable-convert/files/patch-dnstable__convert.c
17359 views
1
--- dnstable_convert.c.orig 2018-06-05 14:55:58 UTC
2
+++ dnstable_convert.c
3
@@ -24,6 +24,7 @@
4
#include <stdio.h>
5
#include <string.h>
6
#include <unistd.h>
7
+#include <sys/endian.h>
8
9
#include <dnstable.h>
10
#include <mtbl.h>
11
12