mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix build with DEBUG_RAW_IO=1
This commit is contained in:
@@ -166,7 +166,7 @@ char *qemuMonitorEscapeShell(const char *in)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if QEMU_DEBUG_RAW_IO
|
#if DEBUG_RAW_IO
|
||||||
# include <c-ctype.h>
|
# include <c-ctype.h>
|
||||||
static char * qemuMonitorEscapeNonPrintable(const char *text)
|
static char * qemuMonitorEscapeNonPrintable(const char *text)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user