mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c:
Fix filename case from 'library' to 'Library'. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4684 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8c15c09284
commit
ba0f75a3b0
|
@ -30,7 +30,7 @@ Abstract:
|
|||
#include <Library/DebugLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <library/BaseMemoryLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
|
||||
STATIC
|
||||
VOID
|
||||
|
|
Loading…
Reference in New Issue