mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-14 10:53:22 -05:00
Back with previous change, use ac/time.h include instead.
This commit is contained in:
parent
bbff96dd90
commit
3eaae95aa1
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue