Include <krb5/sysincl.h> to get time include files
authorJohn Carr <jfc@mit.edu>
Sun, 23 Feb 1992 12:22:44 +0000 (12:22 +0000)
committerJohn Carr <jfc@mit.edu>
Sun, 23 Feb 1992 12:22:44 +0000 (12:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2235 dc483132-0cff-0310-8789-dd5450dbe970

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

index d6e4bf83e8791d540a78a0722f47ae11fe7e884e..ffac8dcc269cd3dcd678f2e88abfe3a66396e888 100644 (file)
@@ -30,8 +30,8 @@ static char rcsid_u2gen_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/krb5.h>                 /* includes <time.h> */
-
+#include <krb5/krb5.h>
+#include <krb5/sysincl.h>              /* includes <time.h> */
 #include <isode/psap.h>
 #include <krb5/asn1.h>
 #include "asn1glue.h"