diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-20 17:37:15 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-20 17:37:15 +0000 |
commit | 6fb54214311eda3e3956d30c63cce68b7e995500 (patch) | |
tree | 82bc409934e57219f6edd5fa3c50178b6638dad9 /sys/dev | |
parent | e1fa3cabdf9e7cc798df7c472d3a63496e68209e (diff) |
make this compile on sparc64; deraadt and millert ok.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pcmcia/com_pcmcia.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/com_pcmcia.c b/sys/dev/pcmcia/com_pcmcia.c index 915e66b2320..115c3426ce0 100644 --- a/sys/dev/pcmcia/com_pcmcia.c +++ b/sys/dev/pcmcia/com_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_pcmcia.c,v 1.31 2002/03/14 01:27:00 millert Exp $ */ +/* $OpenBSD: com_pcmcia.c,v 1.32 2002/06/20 17:37:14 fgsch Exp $ */ /* $NetBSD: com_pcmcia.c,v 1.15 1998/08/22 17:47:58 msaitoh Exp $ */ /* @@ -121,8 +121,6 @@ #include <dev/pcmcia/pcmciareg.h> #include <dev/pcmcia/pcmciadevs.h> -#include <dev/isa/isavar.h> - #include "com.h" #ifdef i386 #include "pccom.h" @@ -130,6 +128,7 @@ #include <dev/ic/comreg.h> #if NPCCOM > 0 +#include <dev/isa/isavar.h> #include <i386/isa/pccomvar.h> #endif #if NCOM > 0 |