#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:
parent
3b9c90a96e
commit
3406e189a5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue