Add <ac/time.h> for 'struct timeval'

This commit is contained in:
Kurt Zeilenga 2005-04-22 17:45:09 +00:00
parent 4ecdb6285d
commit e7462c7bda
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -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"