X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseIoLibIntrinsic%2FIoLibMmioBuffer.c;h=8befbf8d17e39938b0d715f0764258527bfb35a0;hb=5ed00ce4ad778ba6aef0d2f4594825ff78735357;hp=b8e6d836656c9083c154661a4d98aca6702cbfb5;hpb=d958721a06dce3aa0fc941c115db86e3f91254f7;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c b/MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c index b8e6d83665..8befbf8d17 100644 --- a/MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c +++ b/MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c @@ -12,6 +12,11 @@ **/ +// +// Include common header file for this module. +// +#include "CommonHeader.h" + /** Copy data from MMIO region to system memory by using 8-bit access.