Commit 832565dc authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Added missing include netinet/tcp.h, for TCP_NODELAY.

parent 296def26
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment