Commit db32bb9a authored by Kent Overstreet's avatar Kent Overstreet

mean and variance: Add a missing include

abs() is in math.h
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 65bc4109
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment