On 9/6/2023 11:29 AM, Michael Kubacki via groups.io wrote:
From: Michael Kubacki <michael.kuba...@microsoft.com>
The include guard is incomplete and does not define the macro.
Cc: Michael D Kinney <michael.d.kin...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang....@intel.com>
Cc: Rebecca Cran <rebe...@bsdio.com>
Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com>
---
MdePkg/Library/BaseRngLib/BaseRngLibInternals.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h
b/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h
index a9cbce15302f..d0abcc3452ee 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.
Reviewed-by: Rebecca Cran <rebe...@os.amperecomputing.com>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#108343): https://edk2.groups.io/g/devel/message/108343
Mute This Topic: https://groups.io/mt/101198135/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-