diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-06-14 11:05:48 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-06-14 11:05:48 +0000 |
| commit | 38b70454e30de74cc45e7c6750c5fcf88e537f84 (patch) | |
| tree | ed3c0a7cd03719d7c06a6759dc0f1b282e1f933d /sys/dev/ct/ct.c | |
| parent | 93131977c4cf32b1bed525d45f1d7f7e47c04dec (diff) | |
Notes
Diffstat (limited to 'sys/dev/ct/ct.c')
| -rw-r--r-- | sys/dev/ct/ct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ct/ct.c b/sys/dev/ct/ct.c index a0bb390e70b7d..71d62f52186b5 100644 --- a/sys/dev/ct/ct.c +++ b/sys/dev/ct/ct.c @@ -78,7 +78,7 @@ #include <cam/scsi/scsi_low.h> -#include <i386/isa/ic/wd33c93.h> +#include <dev/ic/wd33c93reg.h> #include <dev/ct/ctvar.h> #endif /* __FreeBSD__ */ |
