X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBasePciExpressLib%2FPciLib.c;h=a98e66dd46f7c1bcc3c8e9e8f7d46e59e59a1dda;hb=e1f414b6a7d8a0424e0e01f655b09a4612b4d0e8;hp=9cdac210962946753a34bb2f7e5da936a91638ff;hpb=582510249f2fb1334e507b99421b9485f6b89159;p=mirror_edk2.git diff --git a/MdePkg/Library/BasePciExpressLib/PciLib.c b/MdePkg/Library/BasePciExpressLib/PciLib.c index 9cdac21096..a98e66dd46 100644 --- a/MdePkg/Library/BasePciExpressLib/PciLib.c +++ b/MdePkg/Library/BasePciExpressLib/PciLib.c @@ -20,6 +20,11 @@ **/ +// +// Include common header file for this module. +// +#include "CommonHeader.h" + /** Assert the validity of a PCI address. A valid PCI address should contain 1's only in the low 28 bits.