mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
ITS#8295 more for prev commit
Silence warnings about struct timeval declaration
This commit is contained in:
parent
dec097f8b0
commit
854eb3b7dc
@ -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 New Issue
Block a user