Commit c878e79e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Always include <netinet/tcp.h> now for TCP_NODELAY

parent 0205cdf9
......@@ -38,9 +38,7 @@
#endif
#include <netinet/in.h>
#ifdef __linux
# include <netinet/tcp.h>
#endif
#include <netinet/tcp.h>
#include <errno.h>
#include <math.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