From: Erik Rozendaal Date: Tue, 21 Dec 2004 14:16:02 +0000 (+0000) Subject: Needed for htons. X-Git-Tag: release-0.50~623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe38f8f3dcf73f0e09435432689ca219642884ce;p=thirdparty%2Fldns.git Needed for htons. --- diff --git a/str2host.c b/str2host.c index c0979a7c..3a8f009e 100644 --- a/str2host.c +++ b/str2host.c @@ -19,6 +19,9 @@ #include #include #include +#ifdef HAVE_SYS_PARAM_H +#include +#endif /** * convert a short into wireformat