]> git.sur5r.net Git - openldap/commitdiff
Back with previous change, use ac/time.h include instead.
authorJuan Gomez <gomez@openldap.org>
Wed, 31 Mar 1999 01:28:42 +0000 (01:28 +0000)
committerJuan Gomez <gomez@openldap.org>
Wed, 31 Mar 1999 01:28:42 +0000 (01:28 +0000)
servers/slapd/back-bdb2/proto-back-bdb2.h

index 10f7824f5101a90d7de082d33753efe28230121e..68756cf1a008bd41ef0df779685c114dc07adfc4 100644 (file)
@@ -3,9 +3,7 @@
 
 #include <ldap_cdefs.h>
 
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>          /* Needed in add.c compare.c struct timeval */
-#endif
+#include <ac/time.h>           /* Needed in add.c compare.c struct timeval */
 
 #include "external.h"