From 168299534424e72a1d42045e1748add63f57ae5b Mon Sep 17 00:00:00 2001 From: jljusten Date: Tue, 26 Feb 2008 01:10:10 +0000 Subject: [PATCH] edk2/MdeModulePkg/Bus/Pci/UhciDxe/ComponentName.c: Fix #include filename for case-sensitive filesystems. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4753 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Bus/Pci/UhciDxe/ComponentName.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/ComponentName.c b/MdeModulePkg/Bus/Pci/UhciDxe/ComponentName.c index 732dc6af4f..92e8bd151c 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/ComponentName.c +++ b/MdeModulePkg/Bus/Pci/UhciDxe/ComponentName.c @@ -18,7 +18,7 @@ Abstract: **/ -#include "uhci.h" +#include "Uhci.h" // // EFI Component Name Functions -- 2.39.2