> diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c
> index c4f2725..38ee058 100644
> --- a/src/qemu/qemu_monitor.c
> +++ b/src/qemu/qemu_monitor.c
> @@ -166,7 +166,7 @@ char *qemuMonitorEscapeShell(const char *in)
> }
>
>
> -#if QEMU_DEBUG_RAW_IO
> +#if DEBUG_RAW_IO
> # include <c-ctype.h>
> static char * qemuMonitorEscapeNonPrintable(const char *text)
> {
ACK,
Pushed, thanks.
Jirka