Pull in constants from socket.ph
Perl 5 Porters [Sun, 17 Mar 1996 10:28:30 +0000 (10:28 +0000)]
lib/chat2.pl

index 58674e5..0d9a7d3 100644 (file)
@@ -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;