]> git.sur5r.net Git - openldap/commitdiff
Added include of <time.h> to get time_t
authorKurt Zeilenga <kurt@openldap.org>
Sat, 22 Aug 1998 17:38:29 +0000 (17:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 22 Aug 1998 17:38:29 +0000 (17:38 +0000)
clients/ud/auth.c

index 9e4c657639a06ecb9b52581900426e9e7d1267d1..6cb70cdf049b9ecc122c6dfe366384e990009cad 100644 (file)
 #include <stdio.h>
 #include <pwd.h>
 #include <string.h>
+#include <time.h>
 #include <ctype.h>
-#include <lber.h>
-#include <ldap.h>
-#include <ldapconfig.h>
-#include "ud.h"
 #ifdef KERBEROS
 #include <sys/types.h>
 #include <krb.h>
 #endif
 
+#include <lber.h>
+#include <ldap.h>
+#include <ldapconfig.h>
+#include "ud.h"
+
 extern LDAP *ld;               /* our LDAP descriptor */
 extern int verbose;            /* verbosity indicator */
 extern char *mygetpass();      /* getpass() passwds are too short */