From 764808211e952f1617aaa609281da66d80120c0d Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 15 Apr 2004 04:49:50 +0000 Subject: [PATCH] #include . --- bin/named/unix/os.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index 174b5a5efb..0c4717b113 100644 --- a/bin/named/unix/os.c +++ b/bin/named/unix/os.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.c,v 1.66 2004/03/05 04:58:01 marka Exp $ */ +/* $Id: os.c,v 1.67 2004/04/15 04:49:50 marka Exp $ */ #include #include @@ -32,6 +32,9 @@ #include #include #include +#ifdef HAVE_TZSET +#include +#endif #include #include