mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#8295 more for prev commit
Silence warnings about struct timeval declaration
This commit is contained in:
parent
dec097f8b0
commit
854eb3b7dc
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ ldap_pvt_gettime LDAP_P(( struct lutil_tm * ));
|
|||
|
||||
#ifdef _WIN32
|
||||
#define gettimeofday(tv,tz) ldap_pvt_gettimeofday(tv,tz)
|
||||
struct timeval;
|
||||
LDAP_F( int )
|
||||
ldap_pvt_gettimeofday LDAP_P(( struct timeval *tv, void *unused ));
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue