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

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>