From 7a2d5c1a263d34152554208e9a30d90903420209 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 23 May 2012 12:43:28 +0200 Subject: [PATCH] use Sockets --- PVE/Storage.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Storage.pm b/PVE/Storage.pm index 1d5abbd..679e2c4 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@ -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);