This commit is contained in:
mcafee%netscape.com 1999-06-26 19:49:21 +00:00
Родитель 1b18f8fcc2
Коммит a7fd91a5da
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -47,6 +47,11 @@
#include <netdb.h>
#endif /* XP_UNIX */
#ifdef XP_BEOS
#include <socket.h>
#include <netinet/in.h>
#endif
#ifdef XP_MAC
#include "macsocket.h"
#define SOCKET_BUFFER_SIZE 4096