diff options
Diffstat (limited to 'vm/vm_pageout.c')
-rw-r--r-- | vm/vm_pageout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_pageout.c b/vm/vm_pageout.c index c3d890c6..63ee8f03 100644 --- a/vm/vm_pageout.c +++ b/vm/vm_pageout.c @@ -41,6 +41,7 @@ #include <mach/vm_param.h> #include <mach/vm_statistics.h> #include <kern/counters.h> +#include <kern/debug.h> /* for panic() */ #include <kern/thread.h> #include <vm/pmap.h> #include <vm/vm_map.h> |