aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-26 06:53:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-26 06:53:53 +0000
commitcb80670885b5761d08c89a64401c7b4d7d81f674 (patch)
treef1b096edfd1b778842b7015981912bfa0ee10fb3 /lib/ldap.c
parentc18968718827979b6fdb71addf8d145c5ef64019 (diff)
Ben Greear's minor fix to build (better) with cross-compiled(?) mingw
Diffstat (limited to 'lib/ldap.c')
-rw-r--r--lib/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldap.c b/lib/ldap.c
index 27bccdc7c..3ea417f24 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -37,7 +37,7 @@
#if defined(WIN32)
# include <windows.h>
# include <malloc.h>
-# include <WinLdap.h>
+# include <winldap.h>
#endif
#ifdef HAVE_UNISTD_H