From d560c4b0a204b897d0654f40ecc5c13847e3970e Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sun, 7 Jul 2013 16:57:16 +0000 Subject: [PATCH] Fixed some Windows warnings. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500483 13f79535-47bb-0310-9956-ffa450edef68 --- include/util_ldap.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/util_ldap.h b/include/util_ldap.h index 3d5faed965..5cf9d519d2 100644 --- a/include/util_ldap.h +++ b/include/util_ldap.h @@ -83,6 +83,10 @@ #define LDAP_DECLARE_DATA __declspec(dllimport) #endif +#ifdef WIN32 +#define timeval l_timeval +#endif + #ifdef __cplusplus extern "C" { #endif -- 2.40.0