From 95116cea15c8a4926cc408e44db7ecdc0990d3c8 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 11 Oct 2001 22:33:05 +0000 Subject: [PATCH 1/1] logging-enhancements-need-ctime-decl-20011011 make irix happy --- src/util/assert.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/assert.c b/src/util/assert.c index b144466..4f52675 100644 --- a/src/util/assert.c +++ b/src/util/assert.c @@ -11,6 +11,9 @@ #include #include #include +#ifdef HAVE_SYS_TIME_H +#include +#endif RCSID("$Header$"); -- 1.9.4