]> git.sur5r.net Git - openldap/commitdiff
Added include <ac/time.h> needed for struct timeval...
authorJuan Gomez <gomez@openldap.org>
Wed, 26 May 1999 10:45:51 +0000 (10:45 +0000)
committerJuan Gomez <gomez@openldap.org>
Wed, 26 May 1999 10:45:51 +0000 (10:45 +0000)
servers/slapd/back-ldap/search.c

index 4c9a1f01e5a534390362e52b583d005360b3e169..fa027d57da5ea63fc53bcc9028e207f502ed67bf 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <ac/socket.h>
 #include <ac/string.h>
+#include <ac/time.h>
 
 #include "slap.h"
 #include "back-ldap.h"