summaryrefslogtreecommitdiff
path: root/include/util_ldap.h
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2013-07-07 16:57:16 +0000
committerGuenter Knauf <fuankg@apache.org>2013-07-07 16:57:16 +0000
commitd560c4b0a204b897d0654f40ecc5c13847e3970e (patch)
treea66dde5cbec11c8d17011aeac0876abee66e8f2e /include/util_ldap.h
parent662838dd5a3c30f9c2ff65fda08a6ab4b4fb75a6 (diff)
downloadhttpd-d560c4b0a204b897d0654f40ecc5c13847e3970e.tar.gz
Fixed some Windows warnings.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_ldap.h')
-rw-r--r--include/util_ldap.h4
1 files changed, 4 insertions, 0 deletions
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