diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-31 12:22:39 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-31 12:22:39 +0000 |
commit | 3e0707637c9cf9f54092bd93af3489fe6c2f2456 (patch) | |
tree | d2514e7d85699acee7e443a14c644a6d58dc8984 /ArmPlatformPkg/Bds | |
parent | 964680c124d0826c8e08b4c59cc4193e9a912ea1 (diff) | |
download | edk2-platforms-3e0707637c9cf9f54092bd93af3489fe6c2f2456.tar.xz |
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/Bds')
-rw-r--r-- | ArmPlatformPkg/Bds/BdsEntry.c | 2 |
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> |