add missing #include
parent
be23814a67
commit
397c3254ea
|
|
@ -33,6 +33,7 @@
|
||||||
|
|
||||||
#ifdef USE_BERKELEY_STYLE_SOCKETS
|
#ifdef USE_BERKELEY_STYLE_SOCKETS
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
#include <netinet/tcp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (_MSC_VER >= 1000)
|
#if (_MSC_VER >= 1000)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue