mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
contrib: sockets: add missing include
Needed by gai_strerror. Fixes #533.
This commit is contained in:
parent
cb269ce407
commit
b94c2f5fe6
1 changed files with 4 additions and 0 deletions
|
|
@ -68,6 +68,10 @@
|
|||
"#include <fcntl.h>"
|
||||
"#include <stdio.h>")
|
||||
|
||||
#+windows
|
||||
(clines
|
||||
"#include <ws2tcpip.h>")
|
||||
|
||||
#+:wsock
|
||||
(progn
|
||||
(defvar +wsock-initialized+ nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue