commit | 2922317059e8271ff7721f52392c630ae2ca0042 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Sun Jun 22 23:24:04 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Jul 18 17:53:22 2014 -0400 |
tree | 2e650107f2b91ac9dc63814ae0c23288923d0a20 | |
parent | 5a85e89a0abf816e9b26139a12734724c8b50247 [diff] |
lib: div64: add missing include Include the function its prototype to prevent the warning that it has no prototype. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
diff --git a/lib/div64.c b/lib/div64.c index e688a91..795ef0e 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 <div64.h> #include <linux/types.h> uint32_t __div64_32(uint64_t *n, uint32_t base)