diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:15:27 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:15:27 -0600 |
commit | 328a9836e31f2a12d74576fff8d8abb45ca98941 (patch) | |
tree | bb84f0cdd746dc8c9d4c17cdb381fdba934c191c /bin/named/unix/os.c | |
parent | 708dfaae929e0746a1e6fb5100d2c74036e45adf (diff) | |
download | bind9-328a9836e31f2a12d74576fff8d8abb45ca98941.tar.gz |
9.3.0beta3
Diffstat (limited to 'bin/named/unix/os.c')
-rw-r--r-- | bin/named/unix/os.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index 2931c704..080f0c43 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.4.8.14 2004/03/08 04:04:21 marka Exp $ */ +/* $Id: os.c,v 1.46.2.4.8.15 2004/04/15 05:34:57 marka Exp $ */ #include <config.h> #include <stdarg.h> @@ -32,6 +32,9 @@ #include <stdlib.h> #include <signal.h> #include <syslog.h> +#ifdef HAVE_TZSET +#include <time.h> +#endif #include <unistd.h> #include <isc/buffer.h> |