diff options
-rw-r--r-- | module/spl/spl-kmem-cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/spl/spl-kmem-cache.c b/module/spl/spl-kmem-cache.c index dea4053b2..846d24300 100644 --- a/module/spl/spl-kmem-cache.c +++ b/module/spl/spl-kmem-cache.c @@ -31,6 +31,7 @@ #include <linux/swap.h> #include <linux/mm_compat.h> #include <linux/wait_compat.h> +#include <linux/prefetch.h> /* * Within the scope of spl-kmem.c file the kmem_cache_* definitions |