use Sockets

This commit is contained in:
Dietmar Maurer
2012-05-23 12:43:28 +02:00
parent 699cc0292b
commit 7a2d5c1a26

View File

@ -7,6 +7,7 @@ use IO::File;
use File::Basename;
use File::Path;
use Cwd 'abs_path';
use Socket;
use PVE::Tools qw(run_command file_read_firstline);
use PVE::Cluster qw(cfs_read_file cfs_lock_file);