Explicitly include sys/rman.h instead of relying on getting it via some
other header.
This commit is contained in:
parent
478ca4b004
commit
e2448a8112
@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/module.h>
|
||||
#include <sys/mutex.h>
|
||||
#include <sys/rman.h>
|
||||
#include <geom/geom_disk.h>
|
||||
|
||||
#include <machine/bus.h>
|
||||
|
Loading…
Reference in New Issue
Block a user