Ben Greear's minor fix to build (better) with cross-compiled(?) mingw

This commit is contained in:
Daniel Stenberg
2004-09-26 06:53:53 +00:00
parent c189687188
commit cb80670885

View File

@@ -37,7 +37,7 @@
#if defined(WIN32) #if defined(WIN32)
# include <windows.h> # include <windows.h>
# include <malloc.h> # include <malloc.h>
# include <WinLdap.h> # include <winldap.h>
#endif #endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H