diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 23:26:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-04 23:26:01 +0000 |
commit | 86959918b69bd7566746d776574341f410f68755 (patch) | |
tree | 6780588fce4cf2ffb2d134d8468905a555bb63f9 /pp_sys.c | |
parent | f6b3007c38a92f48d086a19ea8682dd935b6d4ee (diff) | |
download | perl-86959918b69bd7566746d776574341f410f68755.tar.gz |
Miscellaneus AIX fixes + SOCKS support.
p4raw-id: //depot/cfgperl@3578
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ extern "C" int syscall(unsigned long,...); #if defined(HAS_SOCKET) && !defined(VMS) /* VMS handles sockets via vmsish.h */ # include <sys/socket.h> +# if (defined(SOCKS) || defined(USE_SOCKS)) && defined(I_SOCKS) +# include <socks.h> +# endif # ifdef I_NETDB # include <netdb.h> # endif |