diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-26 06:53:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-26 06:53:53 +0000 |
commit | cb80670885b5761d08c89a64401c7b4d7d81f674 (patch) | |
tree | f1b096edfd1b778842b7015981912bfa0ee10fb3 | |
parent | c18968718827979b6fdb71addf8d145c5ef64019 (diff) |
Ben Greear's minor fix to build (better) with cross-compiled(?) mingw
-rw-r--r-- | lib/ldap.c | 2 |
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 |