On Sat, May 30, 2026 at 3:13 PM Richard Henderson < [email protected]> wrote:
> This file uses CPUState without including the required header. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/user/guest-host.h | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Warner Losh <[email protected]> > 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" > > /* > -- > 2.43.0 > >
