logging-enhancements-need-ctime-decl-20011011
authorDerrick Brashear <shadow@dementia.org>
Thu, 11 Oct 2001 22:33:05 +0000 (22:33 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 11 Oct 2001 22:33:05 +0000 (22:33 +0000)
make irix happy

src/util/assert.c

index b144466..4f52675 100644 (file)
@@ -11,6 +11,9 @@
 #include <afsconfig.h>
 #include <afs/param.h>
 #include <stdlib.h>
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
 
 RCSID("$Header$");