Add missing include which breaks builds without VIMAGE.

The bug was introduced by me in r353480.

Reported by:		Michael Butler
MFC after:		3 days
This commit is contained in:
Michael Tuexen 2019-10-13 19:58:37 +00:00
parent ec17d5e06a
commit 69104ebe0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353482

View File

@ -52,6 +52,7 @@
#include <sys/sysproto.h>
#include <sys/proc.h>
#include <sys/domain.h>
#include <sys/eventhandler.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/rmlock.h>