From edf4b2aed46c5d3d65f91b11887482ec5a83ca0d Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 15 Apr 2004 05:36:13 +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 10fb58727c..08cdcf349c 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.46.2.8 2004/03/09 06:09:23 marka Exp $ */ +/* $Id: os.c,v 1.46.2.9 2004/04/15 05:36:13 marka Exp $ */ #include #include @@ -32,6 +32,9 @@ #include #include #include +#ifdef HAVE_TZSET +#include +#endif #include #include