]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 8 Feb 2012 22:09:09 +0000 (14:09 -0800)
Needed since e080ba6e9deb7e2a594a143e6cb1c6ea568248f8, ITS#7009.

clients/tools/ldapsearch.c

index a7129472d507526a1524330db330ffc6b75b760c..8aaccd45810220af7c585e585c5154130b980750 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>