summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdc/fdc_pccard.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-07-13 02:42:23 +0000
committerimp <imp@FreeBSD.org>2004-07-13 02:42:23 +0000
commit02b4d8a4382625d9213b44ed3b99010b67c99558 (patch)
tree37d8bd4aa45d8012f95ac597e2ba31452cf5dfe7 /sys/dev/fdc/fdc_pccard.c
parent420555b33396dddd2c1deadad22f9eb4f7161477 (diff)
downloadFreeBSD-src-02b4d8a4382625d9213b44ed3b99010b67c99558.zip
FreeBSD-src-02b4d8a4382625d9213b44ed3b99010b67c99558.tar.gz
Don't depend on implicit include of machine/bus.h in sys/rman.h, but instead
explicitly include it.
Diffstat (limited to 'sys/dev/fdc/fdc_pccard.c')
-rw-r--r--sys/dev/fdc/fdc_pccard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/fdc/fdc_pccard.c b/sys/dev/fdc/fdc_pccard.c
index 5e186c6..c3cd334 100644
--- a/sys/dev/fdc/fdc_pccard.c
+++ b/sys/dev/fdc/fdc_pccard.c
@@ -37,6 +37,8 @@ __FBSDID("$FreeBSD$");
#include <sys/rman.h>
#include <sys/systm.h>
+#include <machine/bus.h>
+
#include <dev/fdc/fdcvar.h>
#include <dev/fdc/fdcreg.h>
OpenPOWER on IntegriCloud