diff options
-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> |