summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-10 08:57:25 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-10 08:57:25 +0000
commitcba9012a92bf97754d09acafb572fb9990f1b636 (patch)
tree41f18b78cbd92ee62c747fe0fbf4a9300578852e /MdeModulePkg/Library
parentbaad9ba2df01a09dfbcca3c9e3a5952371aaf2dc (diff)
downloadedk2-cba9012a92bf97754d09acafb572fb9990f1b636.zip
edk2-cba9012a92bf97754d09acafb572fb9990f1b636.tar.gz
edk2-cba9012a92bf97754d09acafb572fb9990f1b636.tar.bz2
Enable dynamic PCD for windowBusDriver
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3167 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r--MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c b/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c
index f3e8b51..b7d4408 100644
--- a/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c
+++ b/MdeModulePkg/Library/PcdDriverPcdLibNull/PcdLib.c
@@ -14,6 +14,9 @@
**/
#include <PiDxe.h>
+#include <Library/DebugLib.h>
+#include <Library/PcdLib.h>
+#include <Library/BaseMemoryLib.h>
/**