From: Kurt Zeilenga Date: Fri, 22 Apr 2005 17:45:09 +0000 (+0000) Subject: Add for 'struct timeval' X-Git-Tag: OPENLDAP_AC_BP~829 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e7462c7bda81ac5937e48904b5274669a1c336f2;p=openldap Add for 'struct timeval' --- 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"