summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2023-09-05 08:13:50 -0400
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-09-08 03:29:19 +0000
commit634192665ea22eb610ad54f10bad8143ef77076d (patch)
tree876518d27aac707c9c1e943329493281dfd9d2f7
parentb29150aa3e9157908052c212d3afacbff8dbab1b (diff)
downloadedk2-634192665ea22eb610ad54f10bad8143ef77076d.tar.gz
edk2-634192665ea22eb610ad54f10bad8143ef77076d.tar.bz2
edk2-634192665ea22eb610ad54f10bad8143ef77076d.zip
MdePkg/Library/BaseRngLib: Fix include guard
The include guard is incomplete and does not define the macro. Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Cc: Rebecca Cran <rebecca@bsdio.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Rebecca Cran <rebecca@os.amperecomputing.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
-rw-r--r--MdePkg/Library/BaseRngLib/BaseRngLibInternals.h1
1 files changed, 1 insertions, 0 deletions
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.