]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <time.h>.
authorMark Andrews <marka@isc.org>
Thu, 15 Apr 2004 04:49:50 +0000 (04:49 +0000)
committerMark Andrews <marka@isc.org>
Thu, 15 Apr 2004 04:49:50 +0000 (04:49 +0000)
bin/named/unix/os.c

index 174b5a5efbdc675bfd22cc2f58461405b6319f29..0c4717b113afef04536d57da043e3f89894bb0b0 100644 (file)
@@ -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 <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>