diff options
Diffstat (limited to 'include/linux/math.h')
-rw-r--r-- | include/linux/math.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/math.h b/include/linux/math.h index 3cf6726d..db7cdd23 100644 --- a/include/linux/math.h +++ b/include/linux/math.h @@ -2,6 +2,11 @@ #ifndef _LINUX_MATH_H #define _LINUX_MATH_H +#include <linux/kernel.h> + +/* abs() */ +#include <stdlib.h> + /* * This looks more complex than it should be. But we need to * get the type for the ~ right in round_down (it needs to be |