Include sys/rman.h directly rather than relying on header pollution.

Obtained from:	ABT Systems Ltd
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
andrew 2016-04-04 10:52:43 +00:00
parent 753539ae2b
commit 813a9f775b

View File

@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#include <sys/interrupt.h>
#include <sys/conf.h>
#include <sys/cpuset.h>
#include <sys/rman.h>
#include <sys/sched.h>
#include <sys/smp.h>
#include <machine/atomic.h>