diff --git a/src/stage2_params.c b/src/stage2_params.c index c5c177483..bc0b08e55 100644 --- a/src/stage2_params.c +++ b/src/stage2_params.c @@ -1,4 +1,4 @@ -/* stage2_params.h +/* stage2_params.c * * Copyright (C) 2023 wolfSSL Inc. * diff --git a/test-app/app_x86_fsp_qemu.c b/test-app/app_x86_fsp_qemu.c index 01a183697..dfe6cf502 100644 --- a/test-app/app_x86_fsp_qemu.c +++ b/test-app/app_x86_fsp_qemu.c @@ -24,8 +24,8 @@ #ifdef PLATFORM_x86_fsp_qemu -#include -#include +#include +#include struct mb2_header { uint32_t magic;