X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseMemoryLibSse2%2FMemLibGuid.c;h=431ffa393144e3811b9b95199a4fe715fe876d32;hb=5088ce25ff605ee9a3a13fd5f51bf7bff68495f6;hp=6f50340bd764beb315e103e6611204a2fd81494a;hpb=511710d68f477e0210ae1830769e5d0cde4ea36a;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c b/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c index 6f50340bd7..431ffa3931 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c +++ b/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c @@ -10,8 +10,6 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - Module Name: MemLibGuid.c - The following BaseMemoryLib instances share the same version of this file: BaseMemoryLib @@ -23,6 +21,11 @@ **/ +// +// Include common header file for this module. +// +#include "MemLibInternals.h" + /** Copies a source GUID to a destination GUID.