[pve-devel] [PATCH qemu-server 3/4] QMP client: add missing use statement

Fiona Ebner f.ebner at proxmox.com
Fri Feb 9 13:14:26 CET 2024


Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
 PVE/QMPClient.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/QMPClient.pm b/PVE/QMPClient.pm
index 42e54f01..4c025b36 100644
--- a/PVE/QMPClient.pm
+++ b/PVE/QMPClient.pm
@@ -4,6 +4,7 @@ use strict;
 use warnings;
 
 use IO::Multiplex;
+use IO::Socket::UNIX;
 use JSON;
 use POSIX qw(EINTR EAGAIN);
 use Scalar::Util qw(weaken);
-- 
2.39.2





More information about the pve-devel mailing list