From: Brian Behlendorf Date: Tue, 23 Dec 2008 21:18:39 +0000 (-0800) Subject: Pull in lock types X-Git-Tag: spl-0.4.1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=926e2b6058867123809979c2e6bf5dbcc13fa4a2;p=spl Pull in lock types --- diff --git a/include/sys/t_lock.h b/include/sys/t_lock.h index 9e6f2ea..0e7d8ae 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 */