summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-14 21:17:34 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-14 21:17:34 +0000
commite277ebbfff2cc1c7947da9ad3d8fab33a272bc5c (patch)
tree7b68ce330f79e529243dfe079008fba6ea45afc6 /ext
parent6a2af47500d23f23e57e78ecef789ead915abc31 (diff)
parent36d4c99b292eeccedae13ea063319aca314246bb (diff)
downloadperl-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.xs4
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