I did fix too much - including winsock.h is sufficient.

This commit is contained in:
Thomas Heller 2002-09-24 17:03:26 +00:00
parent 106f4c7ba7
commit 7bdabe67a3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ extern void bzero(void *, int);
#endif
#ifdef MS_WINDOWS
#include <windows.h>
#include <winsock.h>
#else
#ifdef __BEOS__
#include <net/socket.h>