diff --git a/OvmfPkg/PlatformPei/AmdSev.c b/OvmfPkg/PlatformPei/AmdSev.c index 1539e5b5cd..ad31b69fb0 100644 --- a/OvmfPkg/PlatformPei/AmdSev.c +++ b/OvmfPkg/PlatformPei/AmdSev.c @@ -23,6 +23,8 @@ #include #include +#include "Platform.h" + /** Function checks if SEV support is available, if present then it sets @@ -30,7 +32,6 @@ **/ VOID -EFIAPI AmdSevInitialize ( VOID )