]> git.sur5r.net Git - openldap/commitdiff
timeval requires <ac/time.h>
authorHoward Chu <hyc@openldap.org>
Tue, 26 Dec 2006 05:05:28 +0000 (05:05 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 26 Dec 2006 05:05:28 +0000 (05:05 +0000)
clients/tools/common.c

index 9f51f49ebd25d063076424912ce1b5cfbfa0e529..91c055ea5982c98f33c66a736ec26a8a096b337e 100644 (file)
@@ -32,6 +32,7 @@
 #include <ac/ctype.h>
 #include <ac/unistd.h>
 #include <ac/errno.h>
+#include <ac/time.h>
 
 #ifdef HAVE_CYRUS_SASL
 #ifdef HAVE_SASL_SASL_H