Need to include opt_mca.h to test for DEV_MCA.

This commit is contained in:
Warner Losh 2015-01-17 02:17:59 +00:00
parent beae9392aa
commit 8e9b1703f7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277285

View File

@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
#include "opt_auto_eoi.h"
#include "opt_isa.h"
#include "opt_mca.h"
#include <sys/param.h>
#include <sys/systm.h>