needs time.h on some systems
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 15:39:56 +0000 (15:39 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 15:39:56 +0000 (15:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1366 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/u2gen.c

index 1eb3da0cab92218fa4f00a5a12167571b3fd6fac..62ab6353d0aca63f5e7babdae0838ec6c6869bd1 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_u2gen_c[] =
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
-/*#include <time.h> */
+#include <time.h>
 #include <isode/psap.h>
 #include <krb5/asn1.h>
 #include "asn1glue.h"