ShellPkg: Fix path issues for Linux build support

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10887 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten
2010-09-17 20:08:20 +00:00
parent 8d0eff6317
commit 8d095e78c6
4 changed files with 6 additions and 7 deletions

View File

@ -37,7 +37,7 @@
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h>
#include <library/ShellCommandLib.h>
#include <Library/ShellCommandLib.h>
#include <Library/PrintLib.h>
#include <Library/ShellLib.h>
#include <Library/HiiLib.h>