From: Ezra Peisach Date: Mon, 16 Oct 2006 12:17:53 +0000 (+0000) Subject: Include time.h for time() prototype X-Git-Tag: krb5-1.6-alpha1~43 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=623e444b8d3e2223b17b3c5ace50b15a53eba79e;p=krb5.git Include time.h for time() prototype git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18719 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/rpc/svc_auth_gssapi.c b/src/lib/rpc/svc_auth_gssapi.c index ec2410331..9659127e2 100644 --- a/src/lib/rpc/svc_auth_gssapi.c +++ b/src/lib/rpc/svc_auth_gssapi.c @@ -32,6 +32,7 @@ #include #include +#include #define INITIATION_TIMEOUT 60*15 /* seconds until partially created */ /* context is destroed */