]> git.sur5r.net Git - openldap/blobdiff - include/ldap_pvt.h
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
[openldap] / include / ldap_pvt.h
index 28bf2156ca0d29efe3073124ad1b22f0962a1598..70cae9a4bcee75e1b0e520e043b301fc101ddba9 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  * 
- * Copyright 1998-2015 The OpenLDAP Foundation.
+ * Copyright 1998-2016 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -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