After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of the

sys/lock.h.
This commit is contained in:
Konstantin Belousov 2008-02-10 07:34:16 +00:00
parent 5a3c4d694e
commit 2db08dbb82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176137

View File

@ -68,6 +68,7 @@ __FBSDID("$FreeBSD$");
#include <sys/endian.h>
#include <sys/module.h>
#include <sys/bus.h>
#include <sys/lock.h>
#include <sys/lockmgr.h>
#if defined(DIAGNOSTIC) && defined(__i386__) && defined(__FreeBSD__)
#include <machine/cpu.h>