diff options
author | Wei, David <david.wei@intel.com> | 2016-08-12 14:55:11 +0800 |
---|---|---|
committer | david wei <david.wei@intel.com> | 2016-08-17 17:49:29 +0800 |
commit | 692835033a40624d829fc3fe3c3ec2708e4cf760 (patch) | |
tree | 112981c9237a09ddfd48af1230269c4ac2929a41 /Vlv2TbltDevicePkg/Library | |
parent | 6ecc5d5c300e9e2a89a69963f3c64a6bcdf1bf3a (diff) | |
download | edk2-platforms-692835033a40624d829fc3fe3c3ec2708e4cf760.tar.xz |
Vlv2TbltDevicePkg/PlatformFspLib: Fix the include path
Reviewed-by: David Wei <david.wei@intel.com>
Thanks,
David Wei
-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Gary Lin
Sent: Thursday, August 11, 2016 4:38 PM
To: edk2-devel@lists.01.org
Cc: Wei, David <david.wei@intel.com>
Subject: [edk2] [PATCH 3/4] Vlv2TbltDevicePkg/PlatformFspLib: Fix the include path
Cc: David Wei <david.wei@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'Vlv2TbltDevicePkg/Library')
-rw-r--r-- | Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.c b/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.c index 1306399545..747b6a9dfa 100644 --- a/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.c +++ b/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.c @@ -14,7 +14,7 @@ **/
#include "PiPei.h"
#include <Library/HobLib.h>
-#include <Library\BaseLib.h>
+#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Guid/MemoryConfigData.h>
#include <PlatformFspLib.h>
|