mirror of
https://github.com/transmission/transmission
synced 2025-02-21 13:46:52 +00:00
Reinstate including tcp.h in net.c.
Removed in r12225, this broke netSetCongestionControl.
This commit is contained in:
parent
4a47e3c869
commit
232075f547
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue