Pull in lock types
This commit is contained in:
parent
c1d42c2f1d
commit
926e2b6058
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue