Reinstate including tcp.h in net.c.

Removed in r12225, this broke netSetCongestionControl.
This commit is contained in:
Juliusz Chroboczek 2011-04-02 16:43:17 +00:00
parent 4a47e3c869
commit 232075f547
1 changed files with 2 additions and 0 deletions

View File

@ -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>