diff options
Diffstat (limited to 'module/spl/spl-tsd.c')
-rw-r--r-- | module/spl/spl-tsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/spl/spl-tsd.c b/module/spl/spl-tsd.c index c9d532f4e..f4f81048c 100644 --- a/module/spl/spl-tsd.c +++ b/module/spl/spl-tsd.c @@ -61,6 +61,7 @@ #include <sys/kmem.h> #include <sys/thread.h> #include <sys/tsd.h> +#include <linux/hash.h> typedef struct tsd_hash_bin { spinlock_t hb_lock; |