Only needed by ZPL

This commit is contained in:
Brian Behlendorf 2009-01-09 15:08:36 -08:00
parent a7e5f34acb
commit 39184ef9b4
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,8 @@
* Use is subject to license terms.
*/
#ifdef HAVE_ZPL
#pragma ident "%Z%%M% %I% %E% SMI"
#include <sys/refcount.h>
@ -247,3 +249,4 @@ rrw_held(rrwlock_t *rrl, krw_t rw)
return (held);
}
#endif /* HAVE_ZPL */