From 77e3cf40754d00138eeb5a364a8149d6992e343d Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 16 Nov 2015 13:36:20 +0000 Subject: [PATCH] ITS#8295 more for prev commit Silence warnings about struct timeval declaration --- include/ldap_pvt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 28bf2156ca..d79be3785f 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -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 -- 2.39.2