aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2001-06-06 06:15:03 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2001-06-06 06:15:03 +0000
commite774b2511115cabb3df633cd09027291ae036110 (patch)
treec7ce86d05afdc744f6460b51f53314778c9cd5ee /sys/dev/fdc
parent326f419bb9430ea4387b997115a55b04726f3d84 (diff)
Notes
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc.c2
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>