summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-05-03 11:33:51 +0000
committermarkm <markm@FreeBSD.org>2001-05-03 11:33:51 +0000
commitb8317601916687872465228c4e22a7b39fa64362 (patch)
tree97244c66fd0a443cee463cb9af31bc27ec82c31a
parent617c2aa875b9365e3a18f15c755d0caaf65d638e (diff)
downloadFreeBSD-src-b8317601916687872465228c4e22a7b39fa64362.zip
FreeBSD-src-b8317601916687872465228c4e22a7b39fa64362.tar.gz
Putting sys/lockmgr.h in here allows us to depollute userland includes
a bit. OK'ed by: bde
-rw-r--r--sys/vm/vm_map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h
index c1d10c9..daf2b6e 100644
--- a/sys/vm/vm_map.h
+++ b/sys/vm/vm_map.h
@@ -71,6 +71,8 @@
#ifndef _VM_MAP_
#define _VM_MAP_
+#include <sys/lockmgr.h>
+
/*
* Types defined:
*
OpenPOWER on IntegriCloud