From d56efce69e3bfc17d894bcd8c15bebc2d7aac089 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 14 Feb 2001 23:01:07 +0000 Subject: [PATCH] pullup: 737. [port] stdtime.c failed to compile on certain platforms. --- CHANGES | 2 ++ lib/isc/unix/stdtime.c | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2ab0144bbea..9a53d763100 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,8 @@ received an AXFR request, it would deadlock or die with an assertion failure. [RT #852] + 737. [port] stdtime.c failed to compile on certain platforms. + --- 9.1.1rc2 released --- 733. [bug] Reference counts of dns_acl_t objects need to be diff --git a/lib/isc/unix/stdtime.c b/lib/isc/unix/stdtime.c index 7c8166f8ac2..9d7e8ce4c9c 100644 --- a/lib/isc/unix/stdtime.c +++ b/lib/isc/unix/stdtime.c @@ -15,10 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdtime.c,v 1.9.4.1 2001/01/09 22:51:28 bwelling Exp $ */ +/* $Id: stdtime.c,v 1.9.4.2 2001/02/14 23:01:07 gson Exp $ */ #include +#include /* NULL */ + #include #include -- 2.47.3