Need machine/bus.h here too

This commit is contained in:
Warner Losh 2006-06-12 19:22:44 +00:00
parent 5ef57544fc
commit ed0b0e826e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159545

View File

@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <machine/resource.h>
#include <machine/bus.h>
#include <sys/rman.h>
#include <dev/pci/pcivar.h>