blob: d66a92a670fd1add80df5801707b45e60acb91c8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- dnstable_convert.c.orig 2018-06-05 14:55:58 UTC
+++ dnstable_convert.c
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
+#include <sys/endian.h>
#include <dnstable.h>
#include <mtbl.h>
|