Include sys/lock.h, as told by man page.

MFC after:	1 week
This commit is contained in:
Alexander Motin 2019-07-02 15:01:54 +00:00
parent a9258f9b7f
commit 3a76d901d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349601

View File

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