mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
WinSock.h is needed for struct timeval (Claus Brod)
This commit is contained in:
parent
8f337a9c2e
commit
612ef5b5f5
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#include <ecl/internal.h>
|
||||
#if defined(mingw32) || defined(_MSC_VER)
|
||||
#include <windows.h>
|
||||
#include <WinSock.h>
|
||||
#endif
|
||||
|
||||
#ifdef darwin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue