diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-05-17 05:42:04 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-05-17 05:42:04 +0000 |
| commit | 734e3cc5fd306eec8013522bd10edd50a64ffc9f (patch) | |
| tree | 39ed27a23f6ffa7c10bbf3a7403ddb6ad880ffdd /sys/dev | |
| parent | 7283cd6959528f432c8626b0d2031aed0fdd85c2 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/fdc/fdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index ad882dbbea08a..1d0e5009fff7f 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -81,7 +81,7 @@ __FBSDID("$FreeBSD$"); #include <isa/isavar.h> #include <isa/isareg.h> -#include <isa/fdreg.h> +#include <dev/fdc/fdcreg.h> #include <isa/rtc.h> enum fdc_type |
