QMP client: add missing use statement for UNIX Sockets module

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2024-02-09 13:14:26 +01:00 committed by Thomas Lamprecht
parent 0d00383d0e
commit bb600b7bf2

View File

@ -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);