From 835e5a5f653b14b79d75571dd5a0f6c5157b96d8 Mon Sep 17 00:00:00 2001 From: xli24 Date: Wed, 16 Jul 2008 13:32:36 +0000 Subject: Make RTC module pass build. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5504 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.h | 1 + .../PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf | 1 + 2 files changed, 2 insertions(+) (limited to 'MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe') diff --git a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.h b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.h index b0c526f..6cb9158 100644 --- a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.h +++ b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.h @@ -32,6 +32,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include +#include typedef struct { diff --git a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf index ef5451a..c10a56f 100644 --- a/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf +++ b/MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf @@ -53,6 +53,7 @@ UefiLib DebugLib BaseLib + PcdLib [Guids] gEfiGenericPlatformVariableGuid # ALWAYS_CONSUMED -- cgit v1.1