mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 04:42:13 -08:00
We do not use stdio any more, but require the close() function.
This commit is contained in:
parent
2b62f0f05d
commit
c331bd2630
1 changed files with 1 additions and 1 deletions
|
|
@ -41,11 +41,11 @@
|
|||
"#include <sys/time.h>"
|
||||
"#include <netdb.h>"
|
||||
"#include <string.h>"
|
||||
"#include <unistd.h>"
|
||||
"#include <netinet/in.h>"
|
||||
"#include <netinet/tcp.h>"
|
||||
"#include <errno.h>"
|
||||
"#include <fcntl.h>"
|
||||
"#include <stdio.h>"
|
||||
#+:cygwin
|
||||
"#define MSG_WAITALL 0"
|
||||
"#ifndef MSG_CONFIRM"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue