From a65dd0488c48b646ff1efa0cd5dab5b3102ebac1 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 22 Aug 1998 17:38:29 +0000 Subject: [PATCH] Added include of to get time_t --- clients/ud/auth.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/clients/ud/auth.c b/clients/ud/auth.c index 9e4c657639..6cb70cdf04 100644 --- a/clients/ud/auth.c +++ b/clients/ud/auth.c @@ -13,16 +13,18 @@ #include #include #include +#include #include -#include -#include -#include -#include "ud.h" #ifdef KERBEROS #include #include #endif +#include +#include +#include +#include "ud.h" + extern LDAP *ld; /* our LDAP descriptor */ extern int verbose; /* verbosity indicator */ extern char *mygetpass(); /* getpass() passwds are too short */ -- 2.39.5