From 259de598b3565a1d0e97df65d9b07adef2add0a1 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 30 May 2026 10:24:25 -0700 Subject: [PATCH] include/user/guest-host: Include missing cpu.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This file dereferences CPUState without including the required header. Reviewed-by: Helge Deller Reviewed-by: Warner Losh Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- include/user/guest-host.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/user/guest-host.h b/include/user/guest-host.h index ef83ad8a18..506efc097e 100644 --- a/include/user/guest-host.h +++ b/include/user/guest-host.h @@ -10,6 +10,7 @@ #include "exec/vaddr.h" #include "user/guest-base.h" +#include "hw/core/cpu.h" #include "accel/tcg/cpu-ops.h" /*