From 2f117de8beca7da1d22103df4630e9298afae370 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 6 Jan 2014 15:08:35 -0800 Subject: [PATCH] Include linux/vmalloc.h for ARM and Sparc Related to issue #257 which added Linux 3.10 compatibility. For ARM and Sparc architectures we must explicitly include the header to ensure the vmalloc_info structure is always defined when available. Signed-off-by: Brian Behlendorf Issue #257 Closes #291 --- include/sys/vmsystm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sys/vmsystm.h b/include/sys/vmsystm.h index 909749103..adff77429 100644 --- a/include/sys/vmsystm.h +++ b/include/sys/vmsystm.h @@ -29,6 +29,7 @@ #include #include #include +#include #include #include -- 2.40.0