From 02b4d8a4382625d9213b44ed3b99010b67c99558 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 13 Jul 2004 02:42:23 +0000 Subject: Don't depend on implicit include of machine/bus.h in sys/rman.h, but instead explicitly include it. --- sys/dev/fdc/fdc.c | 1 + sys/dev/fdc/fdc_isa.c | 2 ++ sys/dev/fdc/fdc_pccard.c | 2 ++ 3 files changed, 5 insertions(+) (limited to 'sys/dev') diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index 9415f5d..33f9ce4 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -70,6 +70,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include diff --git a/sys/dev/fdc/fdc_isa.c b/sys/dev/fdc/fdc_isa.c index 9880423..6a4fd89 100644 --- a/sys/dev/fdc/fdc_isa.c +++ b/sys/dev/fdc/fdc_isa.c @@ -37,6 +37,8 @@ __FBSDID("$FreeBSD$"); #include #include +#include + #include #include 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 #include +#include + #include #include -- cgit v1.1