diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-03-17 10:28:30 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-03-17 10:28:30 +0000 |
commit | f97f1ee016dcf94fbe828d5c23deb04ba8aa0dc9 (patch) | |
tree | 5b2a324ee95a86708c3db557ae83fdb84e0ab41b /lib/chat2.pl | |
parent | c6538b72f406af2a34d587153702b663eaa3ec5e (diff) | |
download | perl-f97f1ee016dcf94fbe828d5c23deb04ba8aa0dc9.tar.gz |
Pull in constants from socket.ph
Diffstat (limited to 'lib/chat2.pl')
-rw-r--r-- | lib/chat2.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chat2.pl b/lib/chat2.pl index 58674e5a8b..0d9a7d3d50 100644 --- a/lib/chat2.pl +++ b/lib/chat2.pl @@ -6,6 +6,8 @@ package chat; +require 'sys/socket.ph'; + if( defined( &main'PF_INET ) ){ $pf_inet = &main'PF_INET; $sock_stream = &main'SOCK_STREAM; |