Try to unbreak the build after r280971 by providing the missing

#include header for SYSINIT.
This commit is contained in:
Bjoern A. Zeeb 2015-04-02 00:30:53 +00:00
parent 6d947416cc
commit 1d549750c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280972

View File

@ -77,6 +77,7 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/counter.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/lock.h>
#include <sys/mutex.h>