From: Fred Drake Date: Tue, 16 May 2000 13:30:12 +0000 (+0000) Subject: Donn Cave : X-Git-Tag: v2.0b1~1719 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11b093641a98685ac7e34ade559de98bd681c10e;p=thirdparty%2FPython%2Fcpython.git Donn Cave : BeOS (up to 5.0) lacks . --- diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 56f1498b6797..2c0fc56d747b 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -166,7 +166,9 @@ int shutdown( int, int ); #include #include #include +#ifndef __BEOS__ #include +#endif /* Headers needed for inet_ntoa() and inet_addr() */ #ifdef __BEOS__