From: Jarkko Hietaniemi Date: Mon, 19 May 2003 04:33:31 +0000 (+0000) Subject: Ultrix: the #19435 helped the IO extension, so this should X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=43db68287b2d8f6cdf86051fd386695ba8658389;p=p5sagit%2Fp5-mst-13.2.git Ultrix: the #19435 helped the IO extension, so this should help the Socket extension (socket structs redefinitions). p4raw-id: //depot/perl@19561 --- diff --git a/ext/Socket/Socket.xs b/ext/Socket/Socket.xs index c20f5de..d4d9393 100644 --- a/ext/Socket/Socket.xs +++ b/ext/Socket/Socket.xs @@ -9,7 +9,9 @@ # ifdef I_SYS_TYPES # include # endif -# include +# if !defined(ultrix) +# include +# endif # if defined(USE_SOCKS) && defined(I_SOCKS) # include # endif