diff options
author | Brian Behlendorf <[email protected]> | 2008-12-23 13:18:39 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2008-12-23 13:18:39 -0800 |
commit | 926e2b6058867123809979c2e6bf5dbcc13fa4a2 (patch) | |
tree | 08b5f208fceb0d4b209784900fa47cf3e0df673a /include/sys | |
parent | c1d42c2f1db1b9c7e89bfbfd79a52ca9de78a404 (diff) |
Pull in lock types
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/t_lock.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sys/t_lock.h b/include/sys/t_lock.h index 9e6f2ea3f..0e7d8ae9e 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 <sys/param.h> +#include <sys/mutex.h> +#include <sys/rwlock.h> +#include <sys/condvar.h> + #endif /* SPL_T_LOCK_H */ |