commit | 832565dc688321db6e6fdbed966a0e72cbb9e1d4 | [log] [tgz] |
---|---|---|
author | Ove Kaaven <ovek@arcticnet.no> | Sun Jul 18 13:26:57 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jul 18 13:26:57 1999 +0000 |
tree | cd273593109cfbf429b488ac5cbea4307ffc8bb4 | |
parent | 296def268a48892e53ea510bd0e5c893084bea1b [diff] |
Added missing include netinet/tcp.h, for TCP_NODELAY.
diff --git a/misc/winsock.c b/misc/winsock.c index 23acb22..b7d016b 100644 --- a/misc/winsock.c +++ b/misc/winsock.c
@@ -36,6 +36,7 @@ #include <sys/wait.h> #include <sys/socket.h> #include <netinet/in.h> +#include <netinet/tcp.h> #include <arpa/inet.h> #include <ctype.h> #include <fcntl.h>