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 27bccdc..3ea417f 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