projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d8fa6b
)
Include time.h for time()
author
Alexandra Ellwood
<lxs@mit.edu>
Tue, 23 Oct 2007 19:42:05 +0000
(19:42 +0000)
committer
Alexandra Ellwood
<lxs@mit.edu>
Tue, 23 Oct 2007 19:42:05 +0000
(19:42 +0000)
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20144
dc483132
-0cff-0310-8789-
dd5450dbe970
src/ccapi/common/cci_common.h
patch
|
blob
|
history
diff --git
a/src/ccapi/common/cci_common.h
b/src/ccapi/common/cci_common.h
index b961ffdb993ea0f56f490bebce708125b46c4ddd..d9a6d5c6210b14479e38d3a70e0bd9d21d87e2f6 100644
(file)
--- a/
src/ccapi/common/cci_common.h
+++ b/
src/ccapi/common/cci_common.h
@@
-34,6
+34,7
@@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <com_err.h>
#if TARGET_OS_MAC