Commit 11b09364 authored by Fred Drake's avatar Fred Drake

Donn Cave <donn@oz.net>:

BeOS (up to 5.0) lacks <netinet/tcp.h>.
parent d9c01a56
......@@ -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__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment