diff options
Diffstat (limited to 'vm/vm_resident.c')
-rw-r--r-- | vm/vm_resident.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vm/vm_resident.c b/vm/vm_resident.c index 581a9c42..7cf4fb16 100644 --- a/vm/vm_resident.c +++ b/vm/vm_resident.c @@ -58,6 +58,11 @@ #include <vm/vm_user.h> #endif +#if MACH_KDB +#include <ddb/db_output.h> +#endif /* MACH_KDB */ + + /* * Associated with eacn page of user-allocatable memory is a * page structure. |