summaryrefslogtreecommitdiff
path: root/dns/py-adns/files/patch-adnsmodule.c
blob: 58e2e5a2f1f65f1fd2cad28f1ac1d6928eb347df (plain)
1
2
3
4
5
6
7
8
9
10
--- adnsmodule.c.orig        2018-08-11 22:10:36 UTC
+++ adnsmodule.c
@@ -6,6 +6,7 @@ any later version.
 */
 
 #include <Python.h>
+#include <sys/endian.h>
 #include <adns.h>
 #include <string.h>
 #include <assert.h>