]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 b144466216a816cee0f307be15067a6d4118c5bc..4f5267544ead49e71a96dcb2f2daa7d7c5712817 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$");