mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
windows.h is needed for si:close-windows-handle
This commit is contained in:
parent
0ff6a0b816
commit
bee348af53
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue