From 30eedb63ec45fbd705677be1b7d75802cf7e69a9 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 5 Feb 2007 19:00:39 +0000 Subject: 2007-02-05 Thomas Schwinge * vm/vm_debug.c (MACH_VM_DEBUG): Correctly place conditional. --- vm/vm_debug.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vm') diff --git a/vm/vm_debug.c b/vm/vm_debug.c index 893a807..0af58b6 100644 --- a/vm/vm_debug.c +++ b/vm/vm_debug.c @@ -31,8 +31,6 @@ * Exported kernel calls. See mach_debug/mach_debug.defs. */ -#if MACH_VM_DEBUG - #include #include @@ -53,6 +51,7 @@ #include +#if MACH_VM_DEBUG /* * Routine: vm_object_real_name -- cgit v1.2.3