diff --git a/repos/base-hw/include/spec/x86_64/cpu/vm_state_virtualization.h b/repos/base-hw/include/spec/x86_64/cpu/vm_state_virtualization.h index 3eeed7bbb3..5b4871f194 100644 --- a/repos/base-hw/include/spec/x86_64/cpu/vm_state_virtualization.h +++ b/repos/base-hw/include/spec/x86_64/cpu/vm_state_virtualization.h @@ -14,6 +14,9 @@ #ifndef _INCLUDE__SPEC__PC__VM_STATE_H_ #define _INCLUDE__SPEC__PC__VM_STATE_H_ +/* x86 CPU state */ +#include + namespace Genode { /** @@ -22,9 +25,7 @@ namespace Genode { struct Vm_state; } - -struct Genode::Vm_state -{ -}; +struct Genode::Vm_state : Genode::Vcpu_state +{}; #endif /* _INCLUDE__SPEC__PC__VM_STATE_H_ */