diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2004-01-14 21:26:35 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2004-01-14 21:26:35 +0000 |
| commit | 5df3ca789cc76dbb60cafd8eaae720e2a915d114 (patch) | |
| tree | ab783629baab236719afb9f4d2d98f0bd972552f /sys/dev/ata/ata-raid.c | |
| parent | 1f0bfc3ee5cf6c9f65b1e34ba8d0259d702905c3 (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 323c0caecbe3..4ca8b2c0e19e 100644 --- a/sys/dev/ata/ata-raid.c +++ b/sys/dev/ata/ata-raid.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include <sys/kthread.h> #include <sys/sema.h> #include <sys/taskqueue.h> +#include <vm/uma.h> #include <machine/bus.h> #include <sys/rman.h> #include <geom/geom_disk.h> |
