diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-13 04:53:33 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-13 04:53:33 +0000 |
commit | d8bee43ce44db3012de2274b135ede6d06106f7d (patch) | |
tree | defd41eb85e0467fd8a02214e67f97263cc3e628 /DuetPkg/DxeIpl | |
parent | f4168df83fe4915517d61021248b37c3ccf150f3 (diff) | |
download | edk2-platforms-d8bee43ce44db3012de2274b135ede6d06106f7d.tar.xz |
Fix build issue in linux environment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5636 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/DxeIpl')
-rw-r--r-- | DuetPkg/DxeIpl/DxeIpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/DxeIpl/DxeIpl.h b/DuetPkg/DxeIpl/DxeIpl.h index b849246891..4c93071dfe 100644 --- a/DuetPkg/DxeIpl/DxeIpl.h +++ b/DuetPkg/DxeIpl/DxeIpl.h @@ -14,7 +14,7 @@ #include <Guid/PeiPeCoffLoader.h>
#include <Guid/MemoryAllocationHob.h>
#include <Guid/Acpi.h>
-#include <Guid/Smbios.h>
+#include <Guid/SmBios.h>
#include <Guid/Mps.h>
#include <Guid/FlashMapHob.h>
#include <Guid/SystemNvDataGuid.h>
|