From cef23f1f012be7f3b551d29a5a29fc2bb35bfcd7 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 15 Nov 2001 01:04:06 +0000 Subject: [PATCH] no need to include ; include to define in_port_t --- lib/bind9/include/bind9/getaddresses.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bind9/include/bind9/getaddresses.h b/lib/bind9/include/bind9/getaddresses.h index eaee57ed18..22aa0aa3ed 100644 --- a/lib/bind9/include/bind9/getaddresses.h +++ b/lib/bind9/include/bind9/getaddresses.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: getaddresses.h,v 1.1 2001/11/14 22:08:38 bwelling Exp $ */ +/* $Id: getaddresses.h,v 1.2 2001/11/15 01:04:06 gson Exp $ */ #ifndef BIND9_GETADDRESSES_H #define BIND9_GETADDRESSES_H 1 @@ -23,7 +23,7 @@ #include #include -#include +#include ISC_LANG_BEGINDECLS