diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-06 06:15:03 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-06 06:15:03 +0000 |
| commit | e774b2511115cabb3df633cd09027291ae036110 (patch) | |
| tree | c7ce86d05afdc744f6460b51f53314778c9cd5ee /sys/dev/fdc | |
| parent | 326f419bb9430ea4387b997115a55b04726f3d84 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fdc')
| -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 a0155b7b4764..cd8d72e4c7fc 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -58,6 +58,7 @@ #include <sys/devicestat.h> #include <sys/disklabel.h> #include <sys/fcntl.h> +#include <sys/fdcio.h> #include <sys/kernel.h> #include <sys/lock.h> #include <sys/malloc.h> @@ -71,7 +72,6 @@ #include <sys/rman.h> #include <machine/clock.h> -#include <machine/ioctl_fd.h> #include <machine/resource.h> #include <machine/stdarg.h> |
