diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-09-07 01:33:02 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-09-07 01:33:02 +0000 |
| commit | 0384fff8c5b098545c3db311b0e0aa1ec4c9ae7e (patch) | |
| tree | bc6e36e781569f3efe04995c0b0befebb9154ef5 /sys/dev/ata | |
| parent | 62ae6c89ad2b03770097d05590093f93b9d94e08 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/ata-all.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index fc89297794fbe..17aff9e6f39c4 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -63,6 +63,8 @@ #include <machine/clock.h> #ifdef __i386__ #include <machine/smp.h> +#include <sys/proc.h> +#include <i386/isa/icu.h> #include <i386/isa/intr_machdep.h> #endif #ifdef __alpha__ |
