Include time.h for time()
authorAlexandra Ellwood <lxs@mit.edu>
Tue, 23 Oct 2007 19:42:05 +0000 (19:42 +0000)
committerAlexandra 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

index b961ffdb993ea0f56f490bebce708125b46c4ddd..d9a6d5c6210b14479e38d3a70e0bd9d21d87e2f6 100644 (file)
@@ -34,6 +34,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <time.h>
 #include <com_err.h>
 
 #if TARGET_OS_MAC