mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 15:40:55 -08:00
Missing header in mingw32
This commit is contained in:
parent
8c25fe45cb
commit
ede2235cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
"#define MSG_WAITALL 0")
|
||||
#+:wsock
|
||||
(clines
|
||||
#+(and :msvc (not :threads))
|
||||
#+(and (or :msvc :mingw32) (not :threads))
|
||||
"#include <winsock2.h>"
|
||||
"typedef unsigned int uint32_t;"
|
||||
#-:mingw32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue