diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-04-01 15:06:26 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-04-01 15:06:26 +0000 |
| commit | 891619a66d5e01e5d5db6a11cfd7f26c815338e3 (patch) | |
| tree | f08dda1f60d395e9bc94bf2fd1921768bf958c6d /sys/dev/ata/ata-raid.c | |
| parent | 29f3f095a624492078f7578be83d684fc32fb2a9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/ata-raid.c')
| -rw-r--r-- | sys/dev/ata/ata-raid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-raid.c b/sys/dev/ata/ata-raid.c index 9c9028147afd..e8954940c2b5 100644 --- a/sys/dev/ata/ata-raid.c +++ b/sys/dev/ata/ata-raid.c @@ -44,6 +44,7 @@ #include <sys/kthread.h> #include <machine/bus.h> #include <sys/rman.h> +#include <geom/geom_disk.h> #include <dev/ata/ata-all.h> #include <dev/ata/ata-pci.h> #include <dev/ata/ata-disk.h> |
