Include time.h for time() prototype
authorEzra Peisach <epeisach@mit.edu>
Mon, 16 Oct 2006 12:17:53 +0000 (12:17 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 16 Oct 2006 12:17:53 +0000 (12:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18719 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/svc_auth_gssapi.c

index ec2410331f925845060da2042269b76470c1cf59..9659127e294e54375c23a39b67a1bea9a154ba46 100644 (file)
@@ -32,6 +32,7 @@
 
 #include <sys/file.h>
 #include <fcntl.h>
+#include <time.h>
 
 #define INITIATION_TIMEOUT 60*15 /* seconds until partially created */
                                 /* context is destroed */