We do not use stdio any more, but require the close() function.

This commit is contained in:
Juan Jose Garcia Ripoll 2008-12-05 13:54:30 +01:00
parent 2b62f0f05d
commit c331bd2630

View file

@ -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"