From: Greg Hudson Date: Tue, 14 Dec 2010 18:46:46 +0000 (+0000) Subject: Ensure time() is prototyped in g_accept_sec_context.c X-Git-Tag: krb5-1.10-alpha1~630 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38738f852c38f3330d589892a6fd6787f19fa7ad;p=krb5.git Ensure time() is prototyped in g_accept_sec_context.c r22736 added a call to time() in g_accept_sec_context.c. Include to ensure that this call is correctly prototyped. Previously was only included implicitly through , which doesn't apply when thread support is disabled. ticket: 6842 tags: pullup target_version: 1.9 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24568 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/gssapi/mechglue/g_accept_sec_context.c b/src/lib/gssapi/mechglue/g_accept_sec_context.c index 498bfc456..d585de787 100644 --- a/src/lib/gssapi/mechglue/g_accept_sec_context.c +++ b/src/lib/gssapi/mechglue/g_accept_sec_context.c @@ -32,6 +32,7 @@ #endif #include #include +#include #ifndef LEAN_CLIENT static OM_uint32