projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c6538b7
)
Pull in constants from socket.ph
Perl 5 Porters [Sun, 17 Mar 1996 10:28:30 +0000 (10:28 +0000)]
lib/chat2.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/chat2.pl
b/lib/chat2.pl
index
58674e5
..
0d9a7d3
100644
(file)
--- 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;