1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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)
# include <windows.h>
# include <malloc.h>
# include <WinLdap.h>
# include <winldap.h>
#endif
#ifdef HAVE_UNISTD_H