Explicitly include sys/rman.h instead of relying on getting it via some

other header.
This commit is contained in:
Ian Lepore 2020-01-02 22:14:44 +00:00
parent 478ca4b004
commit e2448a8112

View File

@ -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>