]> git.sur5r.net Git - openldap/commitdiff
Pick up strutct timeval definition
authorHoward Chu <hyc@openldap.org>
Thu, 5 May 2005 23:04:49 +0000 (23:04 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 5 May 2005 23:04:49 +0000 (23:04 +0000)
clients/tools/ldapcompare.c
clients/tools/ldapmodify.c

index a7a20a4f1487bb0078f6e3a7c6c9f33cfeb8d7ac..619b7e811a574d56c94631b75ef71d041c517377 100644 (file)
@@ -46,6 +46,7 @@
 #include <ac/string.h>
 #include <ac/unistd.h>
 #include <ac/errno.h>
+#include <ac/time.h>
 #include <sys/stat.h>
 
 #ifdef HAVE_FCNTL_H
index f4da605fb7f9a13c20d1c1418bfa6f6c9b6e63eb..60fffe3cd306cee4ca930c4d5f80284145e216c5 100644 (file)
@@ -42,6 +42,7 @@
 #include <ac/ctype.h>
 #include <ac/string.h>
 #include <ac/unistd.h>
+#include <ac/time.h>
 
 #ifdef HAVE_SYS_STAT_H
 #include <sys/stat.h>