From 854eb3b7dce712dd0573f71cf7b219ed3977d3a7 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 141e1e7982..094f918b7a 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.5