blockdev: add missing include for JSON module
Fixes: f2f2edcd ("blockdev: add workaround for issue #3229")
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
f31d954df1
commit
faecc35136
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ use warnings;
|
|||
use Digest::SHA;
|
||||
use Fcntl qw(S_ISBLK S_ISCHR);
|
||||
use File::stat;
|
||||
use JSON;
|
||||
|
||||
use PVE::JSONSchema qw(json_bool);
|
||||
use PVE::Storage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue