Only required for ZPL builds

This commit is contained in:
Brian Behlendorf 2008-12-22 13:31:23 -08:00
parent 0789abcd67
commit 05b4b092dc
1 changed files with 4 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,5 @@ rrw_held(rrwlock_t *rrl, krw_t rw)
return (held);
}
#endif /* HAVE_ZPL */