Pull in lock types

This commit is contained in:
Brian Behlendorf 2008-12-23 13:18:39 -08:00
parent c1d42c2f1d
commit 926e2b6058
1 changed files with 5 additions and 0 deletions

View 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 */