mirror of
https://github.com/transmission/transmission
synced 2025-02-22 14:10:34 +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
|
#ifdef WIN32
|
||||||
#define _WIN32_WINNT 0x0501
|
#define _WIN32_WINNT 0x0501
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
|
#else
|
||||||
|
#include <netinet/tcp.h> /* TCP_CONGESTION */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <event2/util.h>
|
#include <event2/util.h>
|
||||||
|
|
Loading…
Reference in a new issue