diff options
Diffstat (limited to 'lib/lcm.c')
| -rw-r--r-- | lib/lcm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/lcm.c b/lib/lcm.c index 157cd88a6ff..b9c8de461e9 100644 --- a/lib/lcm.c +++ b/lib/lcm.c @@ -1,6 +1,7 @@ #include <linux/kernel.h> #include <linux/gcd.h> -#include <linux/module.h> +#include <linux/export.h> +#include <linux/lcm.h> /* Lowest common multiple */ unsigned long lcm(unsigned long a, unsigned long b) |
