Signed-off-by: Fiona Ebner <[email protected]> --- src/PVE/UPID.pm | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/PVE/UPID.pm b/src/PVE/UPID.pm index e80f441..1256ec3 100644 --- a/src/PVE/UPID.pm +++ b/src/PVE/UPID.pm @@ -2,6 +2,8 @@ package PVE::UPID; use v5.36; +use Fcntl qw(O_CREAT O_EXCL O_WRONLY); +use File::Basename qw(dirname); use File::Path qw(make_path); use IO::File; -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
