X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeMemoryAllocationLib%2FMemoryAllocationLib.c;h=e26accb316cb7db774940eeccf0822776501333d;hb=71339b0da0eeca19155fc48295533532b7025b9f;hp=ab020ddc95514cbd821f52b709df1757f14b2d98;hpb=511710d68f477e0210ae1830769e5d0cde4ea36a;p=mirror_edk2.git diff --git a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c index ab020ddc95..e26accb316 100644 --- a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c +++ b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c @@ -14,6 +14,22 @@ **/ +// +// The package level header files this module uses +// +#include +// +// The protocols, PPI and GUID defintions for this module +// +// +// The Library classes this module consumes +// +#include +#include +#include +#include + +#include "MemoryAllocationLibInternals.h" /** Allocates one or more 4KB pages of a certain memory type.