From: Miek Gieben Date: Tue, 21 Dec 2004 15:01:36 +0000 (+0000) Subject: still leave out the htons X-Git-Tag: release-0.50~616 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f6cc088f9cdaa026b3630fc37f79d66c75ed38f;p=thirdparty%2Fldns.git still leave out the htons --- diff --git a/ldns/host2str.h b/ldns/host2str.h index 033636b0..56a9a079 100644 --- a/ldns/host2str.h +++ b/ldns/host2str.h @@ -1,4 +1,3 @@ -#include #ifndef _LDNS_HOST2STR_H #define _LDNS_HOST2STR_H @@ -6,6 +5,7 @@ #include #include #include +#include #include #include #include diff --git a/ldns/str2host.h b/ldns/str2host.h index 05645a2f..1534c86c 100644 --- a/ldns/str2host.h +++ b/ldns/str2host.h @@ -1,4 +1,3 @@ -#include #ifndef _LDNS_STR2HOST_H #define _LDNS_STR2HOST_H @@ -6,6 +5,7 @@ #include #include #include +#include #include #include #include diff --git a/util.c b/util.c index 83cd0332..9223e67b 100644 --- a/util.c +++ b/util.c @@ -15,6 +15,8 @@ #include #include +#include + /* put this here tmp. for debugging */ void xprintf_rdf(ldns_rdf *rd)