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

index 10fb58727c57c1bf9bedc6f334f0e6576811e789..08cdcf349cc8599adf639071301fbd6869f1e0bd 100644 (file)
@@ -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 <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/file.h>