]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Ben Greear's minor fix to build (better) with cross-compiled(?) mingw
authorDaniel Stenberg <daniel@haxx.se>
Sun, 26 Sep 2004 06:53:53 +0000 (06:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 26 Sep 2004 06:53:53 +0000 (06:53 +0000)
lib/ldap.c

index 27bccdc7c41cc73401e6038a173520978c96ccf1..3ea417f2405f1fe635a9fc0da585927544827f1e 100644 (file)
@@ -37,7 +37,7 @@
 #if defined(WIN32)
 # include <windows.h>
 # include <malloc.h>
-# include <WinLdap.h>
+# include <winldap.h>
 #endif
 
 #ifdef HAVE_UNISTD_H