From 856dfd8a035e42cd96ca823f1cbbd18d332e2f84 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 23 May 2019 16:35:06 +0200 Subject: qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h Signed-off-by: Markus Armbruster Message-Id: <20190523143508.25387-3-armbru@redhat.com> Reviewed-by: Richard Henderson --- block/ssh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'block/ssh.c') diff --git a/block/ssh.c b/block/ssh.c index 12fd4f3..584c302 100644 --- a/block/ssh.c +++ b/block/ssh.c @@ -32,6 +32,7 @@ #include "qapi/error.h" #include "qemu/error-report.h" #include "qemu/option.h" +#include "qemu/ctype.h" #include "qemu/cutils.h" #include "qemu/sockets.h" #include "qemu/uri.h" -- cgit v1.1