]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#include <time.h> for the ctime() prototype.
authorEvan Hunt <each@isc.org>
Sat, 7 Nov 2009 03:36:58 +0000 (03:36 +0000)
committerEvan Hunt <each@isc.org>
Sat, 7 Nov 2009 03:36:58 +0000 (03:36 +0000)
lib/dns/dst_api.c

index 5b12e98b5a9a5003a0f61a0cd7bcf1af6e9e8f27..c0bc43d41bf38ad4384c3081ecb942cfbc01a5a1 100644 (file)
@@ -31,7 +31,7 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id: dst_api.c,v 1.46 2009/11/03 19:43:54 marka Exp $
+ * $Id: dst_api.c,v 1.47 2009/11/07 03:36:58 each Exp $
  */
 
 /*! \file */
@@ -39,6 +39,7 @@
 #include <config.h>
 
 #include <stdlib.h>
+#include <time.h>
 
 #include <isc/buffer.h>
 #include <isc/dir.h>