From 5d49890aca2e8bd57d268e92b51d737c31315b7c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 8 May 2000 20:18:35 +0000 Subject: [PATCH] isc/net.h required for ntohl on some platforms --- lib/dns/journal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/journal.c b/lib/dns/journal.c index 22fc6b0211..e762406e06 100644 --- a/lib/dns/journal.c +++ b/lib/dns/journal.c @@ -22,6 +22,7 @@ #include #include +#include /* Required for ntohl. */ #include #include