summaryrefslogtreecommitdiff
path: root/lib/chat2.pl
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-03-17 10:28:30 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-03-17 10:28:30 +0000
commitf97f1ee016dcf94fbe828d5c23deb04ba8aa0dc9 (patch)
tree5b2a324ee95a86708c3db557ae83fdb84e0ab41b /lib/chat2.pl
parentc6538b72f406af2a34d587153702b663eaa3ec5e (diff)
downloadperl-f97f1ee016dcf94fbe828d5c23deb04ba8aa0dc9.tar.gz
Pull in constants from socket.ph
Diffstat (limited to 'lib/chat2.pl')
-rw-r--r--lib/chat2.pl2
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;