diff options
Diffstat (limited to 'vm/vm_kern.c')
-rw-r--r-- | vm/vm_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_kern.c b/vm/vm_kern.c index eb1e079..b83c058 100644 --- a/vm/vm_kern.c +++ b/vm/vm_kern.c @@ -35,7 +35,7 @@ */ #include <mach/kern_return.h> -#include "vm_param.h" +#include <machine/vm_param.h> #include <kern/assert.h> #include <kern/lock.h> #include <kern/thread.h> |