mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Do include of sys/time.h to define struct timeval used in back-bdb2/add.c
and back-bdb2/compare.c.
This commit is contained in:
parent
9b51f19e00
commit
bbff96dd90
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
|||
|
||||
#include <ldap_cdefs.h>
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h> /* Needed in add.c compare.c struct timeval */
|
||||
#endif
|
||||
|
||||
#include "external.h"
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
|
|
|||
Loading…
Reference in a new issue