1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Include <sys/lockmgr.h> for definitions of deprecated locking interfaces --

don't depend on namespace pollution in other headers.
This commit is contained in:
Bruce Evans 2002-05-06 23:34:13 +00:00
parent 1f92f7e5d3
commit 833863ff77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96130

View File

@ -4,6 +4,7 @@
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/lockmgr.h>
#include <sys/malloc.h>
#include <sys/kernel.h>
#include <sys/module.h>