mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
mean and variance: Add a missing include
abs() is in math.h Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
65bc410907
commit
db32bb9a5f
@ -4,6 +4,7 @@
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/limits.h>
|
||||
#include <linux/math.h>
|
||||
#include <linux/math64.h>
|
||||
|
||||
#define SQRT_U64_MAX 4294967295ULL
|
||||
|
Loading…
x
Reference in New Issue
Block a user