Donn Cave <donn@oz.net>:

BeOS (up to 5.0) lacks <netinet/tcp.h>.
This commit is contained in:
Fred Drake 2000-05-16 13:30:12 +00:00
parent d9c01a56a0
commit 11b093641a

View file

@ -166,7 +166,9 @@ int shutdown( int, int );
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
#ifndef __BEOS__
#include <netinet/tcp.h>
#endif
/* Headers needed for inet_ntoa() and inet_addr() */
#ifdef __BEOS__