From 91f9da20ad9da24c13b2b87b14752c865454744b Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Wed, 10 Jul 2013 12:42:08 +0200 Subject: vm: organize vm print function prototypes * vm/vm_print.h: New file. Include . Include . (vm_map_print): Add prototype. (vm_map_copy_print): Likewise. (vm_object_print): Likewise. (vm_page_print): Likewise. Include . Include * vm/vm_map.h (vm_map_print): Remove prototype. * vm/vm_map.c [MACH_KDB]: Include . * vm/vm_object.h (vm_object_print): Remove prototype. * vm/vm_object.c [MACH_KDB]: Include . * vm/vm_resident.c [MACH_KDB]: Include . --- vm/vm_resident.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vm/vm_resident.c') diff --git a/vm/vm_resident.c b/vm/vm_resident.c index d2edf5a..7906b58 100644 --- a/vm/vm_resident.c +++ b/vm/vm_resident.c @@ -60,6 +60,7 @@ #if MACH_KDB #include +#include #endif /* MACH_KDB */ -- cgit v1.2.3