add missing #include

pull/2/head
weidai 2003-07-01 21:26:20 +00:00
parent da759fb13a
commit 8e054b89e7
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#ifdef USE_BERKELEY_STYLE_SOCKETS
#include <netinet/in.h>
#include <netinet/tcp.h>
#endif
#if (_MSC_VER >= 1000)