Fix for one of the problems in RC1 reported by M. E. O'Neill
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 14 Mar 2000 15:07:48 +0000 (15:07 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 14 Mar 2000 15:07:48 +0000 (15:07 +0000)
in NEXTSTEP 3.3p2.

p4raw-id: //depot/cfgperl@5728

ext/Socket/Socket.xs

index 752c3dd..0584e78 100644 (file)
 # 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