Pull in lock types

This commit is contained in:
Brian Behlendorf 2008-12-23 13:18:39 -08:00
parent c1d42c2f1d
commit 926e2b6058

View File

@ -1,4 +1,9 @@
#ifndef _SPL_T_LOCK_H #ifndef _SPL_T_LOCK_H
#define _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 */ #endif /* SPL_T_LOCK_H */