Add missing use statement to support the ip lookup checked in previously

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12108 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-04-03 18:55:35 +00:00
parent 9271d58115
commit 35fab70399

View File

@ -16,6 +16,7 @@ use lib "$::XCATROOT/lib/perl";
use xCAT::Table;
use Thread qw(yield);
use xCAT::Utils;
use xCAT::NetworkUtils;
use xCAT::Usage;
use IO::Socket;
use IO::Pty; #needed for ssh password login