Fixed some Windows warnings.
authorGuenter Knauf <fuankg@apache.org>
Sun, 7 Jul 2013 16:57:16 +0000 (16:57 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 7 Jul 2013 16:57:16 +0000 (16:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500483 13f79535-47bb-0310-9956-ffa450edef68

include/util_ldap.h

index 3d5faed965c79e6d0a2dc36321d9c544b7f4f518..5cf9d519d2c294a328f91381d0ae2eaebcaadaf2 100644 (file)
 #define LDAP_DECLARE_DATA             __declspec(dllimport)
 #endif
 
+#ifdef WIN32
+#define timeval l_timeval
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif