X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FDivS64x64Remainder.c;h=d8e2a81e4c5240cb20d164d359828b439057c2ab;hb=241c475d2db5b4ec391e78647f969cabe2c608d7;hp=aa28fc8ccbfa83cdefd31458f85417dab6946ce5;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/DivS64x64Remainder.c b/MdePkg/Library/BaseLib/DivS64x64Remainder.c index aa28fc8ccb..d8e2a81e4c 100644 --- a/MdePkg/Library/BaseLib/DivS64x64Remainder.c +++ b/MdePkg/Library/BaseLib/DivS64x64Remainder.c @@ -12,6 +12,11 @@ **/ +// +// Include common header file for this module. +// +#include "CommonHeader.h" + #include "BaseLibInternals.h" /** @@ -38,7 +43,7 @@ EFIAPI DivS64x64Remainder ( IN INT64 Dividend, IN INT64 Divisor, - OUT INT64 *Remainder + OUT INT64 *Remainder OPTIONAL ) { ASSERT (Divisor != 0);