summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-31 12:22:39 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-31 12:22:39 +0000
commit3e0707637c9cf9f54092bd93af3489fe6c2f2456 (patch)
treed2514e7d85699acee7e443a14c644a6d58dc8984 /ArmPlatformPkg
parent964680c124d0826c8e08b4c59cc4193e9a912ea1 (diff)
downloadedk2-3e0707637c9cf9f54092bd93af3489fe6c2f2456.tar.gz
edk2-3e0707637c9cf9f54092bd93af3489fe6c2f2456.tar.bz2
edk2-3e0707637c9cf9f54092bd93af3489fe6c2f2456.zip
ArmPlatformPkg/Bds: Fix build
Renamed BdsLinuxLib.h into BdsUnixLib.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11482 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg')
-rw-r--r--ArmPlatformPkg/Bds/BdsEntry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Bds/BdsEntry.c b/ArmPlatformPkg/Bds/BdsEntry.c
index a2917a565d..8a7a357b0f 100644
--- a/ArmPlatformPkg/Bds/BdsEntry.c
+++ b/ArmPlatformPkg/Bds/BdsEntry.c
@@ -20,7 +20,7 @@
#include <Library/PerformanceLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/PcdLib.h>
-#include <Library/BdsLinuxLib.h>
+#include <Library/BdsUnixLib.h>
#include <Protocol/Bds.h>
#include <Protocol/DevicePathToText.h>