diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-11 22:21:12 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-11 22:21:12 +0000 |
commit | ba0f75a3b080cad62e671bf39076e03445a71c6e (patch) | |
tree | bc5abb96320f5c1df24ea07e5f205d1d1b61a750 /MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c | |
parent | 8c15c092840f90eb2e6abf714918fd7874a85f25 (diff) | |
download | edk2-platforms-ba0f75a3b080cad62e671bf39076e03445a71c6e.tar.xz |
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
Diffstat (limited to 'MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c')
-rw-r--r-- | MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c index b1329f8604..c939124f8b 100644 --- a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c +++ b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c @@ -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
|