diff options
Diffstat (limited to 'sys/i386/bios/mca_machdep.c')
-rw-r--r-- | sys/i386/bios/mca_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/bios/mca_machdep.c b/sys/i386/bios/mca_machdep.c index 13879f1..947d841 100644 --- a/sys/i386/bios/mca_machdep.c +++ b/sys/i386/bios/mca_machdep.c @@ -38,7 +38,7 @@ #include <machine/cpufunc.h> #include <dev/mca/mca_busreg.h> -#include <i386/isa/mca_machdep.h> +#include <i386/bios/mca_machdep.h> /* Global MCA bus flag */ int MCA_system = 0; |