From: Alexandra Ellwood Date: Tue, 23 Oct 2007 19:42:05 +0000 (+0000) Subject: Include time.h for time() X-Git-Tag: krb5-1.7-alpha1~796 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2897f5d82163d573b82f9da5478a37b0bc1ece84;p=krb5.git Include time.h for time() ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20144 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ccapi/common/cci_common.h b/src/ccapi/common/cci_common.h index b961ffdb9..d9a6d5c62 100644 --- a/src/ccapi/common/cci_common.h +++ b/src/ccapi/common/cci_common.h @@ -34,6 +34,7 @@ #include #include #include +#include #include #if TARGET_OS_MAC