Skip to content
Snippets Groups Projects
Commit a65dd048 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Added include of <time.h> to get time_t

parent 84ab31f9
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment