diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-14 21:17:34 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-14 21:17:34 +0000 |
commit | e277ebbfff2cc1c7947da9ad3d8fab33a272bc5c (patch) | |
tree | 7b68ce330f79e529243dfe079008fba6ea45afc6 /ext | |
parent | 6a2af47500d23f23e57e78ecef789ead915abc31 (diff) | |
parent | 36d4c99b292eeccedae13ea063319aca314246bb (diff) | |
download | perl-e277ebbfff2cc1c7947da9ad3d8fab33a272bc5c.tar.gz |
update Changes; integrate cfgperl contents into mainline
p4raw-id: //depot/perl@5741
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Socket/Socket.xs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/Socket/Socket.xs b/ext/Socket/Socket.xs index 752c3ddb10..0584e785b5 100644 --- a/ext/Socket/Socket.xs +++ b/ext/Socket/Socket.xs @@ -19,6 +19,10 @@ # ifdef I_SYS_UN # include <sys/un.h> # endif +/* XXX Configure test for <netinet/in_systm.h needed XXX */ +# if defined(NeXT) || defined(__NeXT__) +# include <netinet/in_systm.h> +# endif # ifdef I_NETINET_IN # include <netinet/in.h> # endif |