From 634192665ea22eb610ad54f10bad8143ef77076d Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 5 Sep 2023 08:13:50 -0400 Subject: MdePkg/Library/BaseRngLib: Fix include guard The include guard is incomplete and does not define the macro. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Rebecca Cran Signed-off-by: Michael Kubacki Reviewed-by: Rebecca Cran Reviewed-by: Michael D Kinney Reviewed-by: Liming Gao --- MdePkg/Library/BaseRngLib/BaseRngLibInternals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MdePkg/Library') diff --git a/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h b/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h index a9cbce1530..d0abcc3452 100644 --- a/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h +++ b/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h @@ -9,6 +9,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef BASE_RNGLIB_INTERNALS_H_ +#define BASE_RNGLIB_INTERNALS_H_ /** Generates a 16-bit random number. -- cgit v1.2.3