diff options
Diffstat (limited to 'lib/rational.c')
-rw-r--r-- | lib/rational.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/rational.c b/lib/rational.c index 3ed247b..f0aa21c 100644 --- a/lib/rational.c +++ b/lib/rational.c @@ -1,13 +1,14 @@ /* * rational fractions * - * Copyright (C) 2009 emlix GmbH, Oskar Schirmer <os@emlix.com> + * Copyright (C) 2009 emlix GmbH, Oskar Schirmer <oskar@scara.com> * * helper functions when coping with rational numbers */ #include <linux/rational.h> -#include <linux/module.h> +#include <linux/compiler.h> +#include <linux/export.h> /* * calculate best rational approximation for a given fraction |