From 03b0c440cbd6227e7dd73b4161fbc3b370654516 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 11 Oct 2001 17:53:43 +0000 Subject: Add missing includes of sys/ktr.h. --- sys/vm/vm_map.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/vm') diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 30ff0c7..895775b5 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -70,6 +70,7 @@ #include #include +#include #include #include #include -- cgit v1.1