26363fab72
* resurrect dns/py-adns@r439825 Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch> Differential Revision: https://reviews.freebsd.org/D16683
10 lines
218 B
C
10 lines
218 B
C
--- 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>
|