From 926e2b6058867123809979c2e6bf5dbcc13fa4a2 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 23 Dec 2008 13:18:39 -0800 Subject: [PATCH] Pull in lock types --- include/sys/t_lock.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/sys/t_lock.h b/include/sys/t_lock.h index 9e6f2ea3ff..0e7d8ae9e2 100644 --- a/include/sys/t_lock.h +++ b/include/sys/t_lock.h @@ -1,4 +1,9 @@ #ifndef _SPL_T_LOCK_H #define _SPL_T_LOCK_H +#include +#include +#include +#include + #endif /* SPL_T_LOCK_H */