diff options
Diffstat (limited to 'ext/Socket')
-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 |