]> granicus.if.org Git - spl/commitdiff
Pull in lock types
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 23 Dec 2008 21:18:39 +0000 (13:18 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 23 Dec 2008 21:18:39 +0000 (13:18 -0800)
include/sys/t_lock.h

index 9e6f2ea3fff374de1662d412c9ac20a3c415890f..0e7d8ae9e2b8825032d9c1f3f8528ce363543043 100644 (file)
@@ -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 */