Skip to content
Snippets Groups Projects
Commit e7462c7b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent 4ecdb628
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment