From 290074dd410acdd003f67f99409d75e0dcacd97b Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 20 Jan 2000 01:07:16 +0000 Subject: [PATCH] need #include --- lib/dns/view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/view.c b/lib/dns/view.c index 9d6cd4fb05..2a9d527c31 100644 --- a/lib/dns/view.c +++ b/lib/dns/view.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #define RESSHUTDOWN(v) (((v)->attributes & DNS_VIEWATTR_RESSHUTDOWN) != 0)