diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 17:40:49 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 17:40:49 +0000 |
| commit | 301147cd6ad27072ddab58329c1a79809e6af128 (patch) | |
| tree | 9f71a3f390809c241b9d26b7369f0b46119bec58 /sys/pc98 | |
| parent | 440d1ebc9cb5f5e0aa587e0857a51dd30baf6004 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/cbus/fdc.c | 1 | ||||
| -rw-r--r-- | sys/pc98/pc98/diskslice_machdep.c | 1 | ||||
| -rw-r--r-- | sys/pc98/pc98/fd.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index 29ab7e3076e8..3d792fd3a683 100644 --- a/sys/pc98/cbus/fdc.c +++ b/sys/pc98/cbus/fdc.c @@ -62,6 +62,7 @@ #include <sys/bus.h> #include <sys/conf.h> #include <sys/devicestat.h> +#include <sys/disk.h> #include <sys/disklabel.h> #include <sys/fcntl.h> #include <sys/fdcio.h> diff --git a/sys/pc98/pc98/diskslice_machdep.c b/sys/pc98/pc98/diskslice_machdep.c index 02ea80411d30..42b98d3eebfe 100644 --- a/sys/pc98/pc98/diskslice_machdep.c +++ b/sys/pc98/pc98/diskslice_machdep.c @@ -49,6 +49,7 @@ #include <sys/bio.h> #include <sys/buf.h> #include <sys/conf.h> +#include <sys/disk.h> #include <sys/disklabel.h> #ifndef PC98 #define DOSPTYP_EXTENDED 5 diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c index 29ab7e3076e8..3d792fd3a683 100644 --- a/sys/pc98/pc98/fd.c +++ b/sys/pc98/pc98/fd.c @@ -62,6 +62,7 @@ #include <sys/bus.h> #include <sys/conf.h> #include <sys/devicestat.h> +#include <sys/disk.h> #include <sys/disklabel.h> #include <sys/fcntl.h> #include <sys/fdcio.h> |
