From 2e80bfa3e1da0bab8fd4511bc8697951d77acafc Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 3 May 2001 11:33:51 +0000 Subject: [PATCH] Putting sys/lockmgr.h in here allows us to depollute userland includes a bit. OK'ed by: bde --- sys/vm/vm_map.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index c1d10c93c3c3..daf2b6ea4cab 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -71,6 +71,8 @@ #ifndef _VM_MAP_ #define _VM_MAP_ +#include + /* * Types defined: *