Commit cb806708 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent c1896871
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
#if defined(WIN32)
# include <windows.h>
# include <malloc.h>
# include <WinLdap.h>
# include <winldap.h>
#endif

#ifdef HAVE_UNISTD_H