From c0de97d5db2ed05df261e28460e1f477a163ee8f Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Sat, 3 Jul 1999 15:07:01 +0000 Subject: [PATCH] did not compile on Alpha due to missing #include --- lib/dns/resolver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index b78eebd720..4a4dacf4c8 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -1,4 +1,6 @@ +#include + #include #include #include