Author: imp Date: Sun Jan 18 03:43:47 2015 New Revision: 277311 URL: https://svnweb.freebsd.org/changeset/base/277311
Log: Include mca_machdep.h. Modified: head/sys/x86/isa/atpic.c Modified: head/sys/x86/isa/atpic.c ============================================================================== --- head/sys/x86/isa/atpic.c Sun Jan 18 03:08:30 2015 (r277310) +++ head/sys/x86/isa/atpic.c Sun Jan 18 03:43:47 2015 (r277311) @@ -58,6 +58,9 @@ __FBSDID("$FreeBSD$"); #include <isa/isareg.h> #endif #include <isa/isavar.h> +#ifdef DEV_MCA +#include <i386/bios/mca_machdep.h> +#endif #ifdef __amd64__ #define SDT_ATPIC SDT_SYSIGT _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"