mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-14 10:53:22 -05:00
Add <ac/time.h> for 'struct timeval'
This commit is contained in:
parent
4ecdb6285d
commit
e7462c7bda
2 changed files with 3 additions and 1 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#include <ac/ctype.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/unistd.h>
|
||||
#include <ac/time.h>
|
||||
|
||||
#include <ldap.h>
|
||||
#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;
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
#include <ac/ctype.h>
|
||||
#include <ac/string.h>
|
||||
#include <ac/unistd.h>
|
||||
#include <ac/time.h>
|
||||
|
||||
#include <ldap.h>
|
||||
#include "lutil.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue