diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 56f1498b679..2c0fc56d747 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__