X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2Fdiv64.c;h=795ef0e1e4671ac7a68a189839d48028353c1c29;hb=afee3fb8c807e1ac9713ecb31d895008e3b5251a;hp=e688a91200d8622457400c6e3340b72dacc10dd5;hpb=b919a3f2981109c9f2aaafe9c692dbb99f1c6366;p=u-boot diff --git a/lib/div64.c b/lib/div64.c index e688a91200..795ef0e1e4 100644 --- a/lib/div64.c +++ b/lib/div64.c @@ -16,6 +16,7 @@ * assembly versions such as arch/powerpc/lib/div64.S and arch/sh/lib/div64.S. */ +#include #include uint32_t __div64_32(uint64_t *n, uint32_t base)