--- loncom/auth/lontokacc.pm 2005/02/06 07:23:40 1.12 +++ loncom/auth/lontokacc.pm 2005/02/07 17:04:53 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network # Access Handler for User File Transfers # -# $Id: lontokacc.pm,v 1.12 2005/02/06 07:23:40 albertel Exp $ +# $Id: lontokacc.pm,v 1.13 2005/02/07 17:04:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -32,7 +32,7 @@ use strict; use Apache::Constants qw(:common :remotehost); use Apache::lonnet(); use Apache::File(); - +use IO::Socket; sub handler { my $r = shift;