Added include of <time.h> to get time_t

This commit is contained in:
Kurt Zeilenga 1998-08-22 17:38:29 +00:00
parent 84ab31f933
commit a65dd0488c

View file

@ -13,16 +13,18 @@
#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 */