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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11b093641a98685ac7e34ade559de98bd681c10e;p=python Donn Cave : BeOS (up to 5.0) lacks . --- diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 56f1498b67..2c0fc56d74 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__