mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-05 21:13:22 +00:00
QMP client: add missing use statement for UNIX Sockets module
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
0d00383d0e
commit
bb600b7bf2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user