From e7462c7bda81ac5937e48904b5274669a1c336f2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 22 Apr 2005 17:45:09 +0000 Subject: [PATCH] Add for 'struct timeval' --- clients/tools/ldapdelete.c | 3 ++- clients/tools/ldapmodrdn.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/tools/ldapdelete.c b/clients/tools/ldapdelete.c index 42730f1402..526cd25cd7 100644 --- a/clients/tools/ldapdelete.c +++ b/clients/tools/ldapdelete.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include "lutil.h" @@ -234,7 +235,7 @@ static int dodelete( } for ( ; ; ) { - struct timeval tv; + struct timeval tv; if ( tool_check_abandon( ld, id ) ) { return LDAP_CANCELLED; diff --git a/clients/tools/ldapmodrdn.c b/clients/tools/ldapmodrdn.c index dd3146cd06..33c4b2934e 100644 --- a/clients/tools/ldapmodrdn.c +++ b/clients/tools/ldapmodrdn.c @@ -52,6 +52,7 @@ #include #include #include +#include #include #include "lutil.h" -- 2.39.5