diff options
Diffstat (limited to 'dns/dnstable/files/patch-src_dnstable__lookup.c')
-rw-r--r-- | dns/dnstable/files/patch-src_dnstable__lookup.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dns/dnstable/files/patch-src_dnstable__lookup.c b/dns/dnstable/files/patch-src_dnstable__lookup.c new file mode 100644 index 000000000000..9cda1c2c7206 --- /dev/null +++ b/dns/dnstable/files/patch-src_dnstable__lookup.c @@ -0,0 +1,10 @@ +--- src/dnstable_lookup.c.orig 2014-04-02 00:26:43 UTC ++++ src/dnstable_lookup.c +@@ -23,6 +23,7 @@ + #include <stdio.h> + #include <string.h> + #include <unistd.h> ++#include <sys/endian.h> + + #include <dnstable.h> + #include <mtbl.h> |