#include <sys/debug.h> (from the ZFS sources) so that ASSERT() is

defined, and we don't get problems like kern/44430.  This is
more a workaround than a fix, but at least I can load zfs now.

ok haad@
This commit is contained in:
riz 2011-03-09 23:55:46 +00:00
parent 3b9c90a96e
commit 3406e189a5
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#pragma ident "%Z%%M% %I% %E% SMI"
#include <sys/types.h>
#include <sys/debug.h>
#include <sys/stat.h>
#include <sys/avl.h>
#if defined(_KERNEL)