diff options
Diffstat (limited to 'lib/div64.c')
-rw-r--r-- | lib/div64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/div64.c b/lib/div64.c index 62933c92c4f..779d7521f69 100644 --- a/lib/div64.c +++ b/lib/div64.c @@ -17,6 +17,7 @@ * or by defining a preprocessor macro in arch/include/asm/div64.h. */ +#include <linux/bitops.h> #include <linux/compat.h> #include <linux/kernel.h> #include <linux/math64.h> |