mirror of
https://github.com/transmission/transmission.git
synced 2026-04-17 23:54:19 +01:00
Reinstate including tcp.h in net.c.
Removed in r12225, this broke netSetCongestionControl.
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
#ifdef WIN32
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#include <ws2tcpip.h>
|
||||
#else
|
||||
#include <netinet/tcp.h> /* TCP_CONGESTION */
|
||||
#endif
|
||||
|
||||
#include <event2/util.h>
|
||||
|
||||
Reference in New Issue
Block a user