mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Added include of <time.h> to get time_t
This commit is contained in:
parent
84ab31f933
commit
a65dd0488c
1 changed files with 6 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue