windows.h is needed for si:close-windows-handle

This commit is contained in:
Juan Jose Garcia Ripoll 2011-05-29 00:06:32 +02:00
parent 0ff6a0b816
commit bee348af53

View file

@ -29,7 +29,7 @@
#ifdef cygwin
# include <sys/cygwin.h> /* For cygwin_attach_handle_to_fd() */
#endif
#if defined(ECL_MS_WINDOWS_HOST)
#if defined(ECL_MS_WINDOWS_HOST) || defined(cygwin)
# include <windows.h>
#endif
#ifdef HAVE_SYS_WAIT_H