git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3626c9a
)
logging-enhancements-need-ctime-decl-20011011
author
Derrick Brashear
<shadow@dementia.org>
Thu, 11 Oct 2001 22:33:05 +0000 (22:33 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Thu, 11 Oct 2001 22:33:05 +0000 (22:33 +0000)
make irix happy
src/util/assert.c
patch
|
blob
|
history
diff --git
a/src/util/assert.c
b/src/util/assert.c
index
b144466
..
4f52675
100644
(file)
--- a/
src/util/assert.c
+++ b/
src/util/assert.c
@@
-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$");