add missing #include

import/raw
weidai 2003-07-01 21:26:20 +00:00
parent be23814a67
commit 397c3254ea
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)