]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Wed, 5 Sep 2001 17:04:43 +0000 (17:04 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 5 Sep 2001 17:04:43 +0000 (17:04 +0000)
needs #include <isc/print.h>

lib/isc/unix/time.c

index fc3ba54b6b27f0b268150f7810a0712611752057..13ad886cd1fd3f0fc04d5d964fc113385a29ca25 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: time.c,v 1.34.2.2 2001/09/05 00:38:05 gson Exp $ */
+/* $Id: time.c,v 1.34.2.3 2001/09/05 17:04:43 gson Exp $ */
 
 #include <config.h>
 
@@ -27,6 +27,7 @@
 #include <sys/time.h>  /* Required for struct timeval on some platforms. */
 
 #include <isc/log.h>
+#include <isc/print.h>
 #include <isc/string.h>
 #include <isc/time.h>
 #include <isc/util.h>