]> git.sur5r.net Git - openldap/commitdiff
ITS#7156 ldapsearch.c: #include <ac/time.h>.
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 7 Feb 2012 15:17:38 +0000 (16:17 +0100)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 7 Feb 2012 15:46:39 +0000 (16:46 +0100)
Needed since e080ba6e9deb7e2a594a143e6cb1c6ea568248f8, ITS#7009.

clients/tools/ldapsearch.c

index db46994c4fca43e04f74827eacd37e3bed0df83e..e365d7eff047c4491ab5b2ef8b09042fbea58503 100644 (file)
 #include <stdio.h>
 
 #include <ac/stdlib.h>
-
 #include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/unistd.h>
 #include <ac/errno.h>
+#include <ac/time.h>
+
 #include <sys/stat.h>
 
 #include <ac/signal.h>