summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei, David <david.wei@intel.com>2016-08-12 14:55:11 +0800
committerdavid wei <david.wei@intel.com>2016-08-17 17:47:11 +0800
commite5095cb75629666d4ca583fc5c504f0469267408 (patch)
tree0a3997d5bb25dac988a4f5267f667455e876fb9d
parentd2aabb08fd2bef676c42a22587222984668a76c7 (diff)
downloadedk2-platforms-e5095cb75629666d4ca583fc5c504f0469267408.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>
-rw-r--r--Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.c2
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>