From 6bc106bb7ed216ca3a86245181ea8e2b0b658a64 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Fri, 23 Jun 2000 20:57:19 +0000 Subject: [PATCH] include isc/result.h --- bin/dig/dighost.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index e2d7c681f9..04749c21b2 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: dighost.c,v 1.56 2000/06/22 22:37:30 mws Exp $ */ +/* $Id: dighost.c,v 1.57 2000/06/23 20:57:19 mws Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to @@ -53,6 +53,7 @@ extern int h_errno; #include #include #include +#include #include #include #include