kcov depends on eventhandler.h.

MFC after:	3 days
This commit is contained in:
Mark Johnston 2019-05-20 19:14:07 +00:00
parent 7495a17938
commit a1fa04c067
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348004

View File

@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/eventhandler.h>
#include <sys/kcov.h>
#include <sys/kernel.h>
#include <sys/limits.h>