diff options
| author | Nate Williams <nate@FreeBSD.org> | 1997-01-14 16:29:05 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1997-01-14 16:29:05 +0000 |
| commit | bf083f9e6b02e90437e4fecb6dfd3044d8c3cbd9 (patch) | |
| tree | 2b457e1ddda17e2ca07d72c0aa3b3ca29233933a | |
| parent | 1167de61b49969e10378ab80e42da4a2274f79fe (diff) | |
Notes
| -rw-r--r-- | sys/pccard/pcic.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index bf54d2bb1fad..7234f171b342 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -40,12 +40,13 @@ #include <machine/clock.h> +#include <i386/isa/icu.h> +#include <i386/isa/isa_device.h> + #include <pccard/i82365.h> #ifdef PC98 #include <pccard/pcic98reg.h> #endif -#include <i386/isa/isa_device.h> -#include <i386/isa/icu.h> #include <pccard/card.h> #include <pccard/driver.h> |
