mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Explicitly include sys/rman.h instead of relying on getting it via some
other header.
This commit is contained in:
parent
478ca4b004
commit
e2448a8112
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue