summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
Diffstat (limited to 'kern')
-rw-r--r--kern/bootstrap.c2
-rw-r--r--kern/thread.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c
index 635a2fb..543ae77 100644
--- a/kern/bootstrap.c
+++ b/kern/bootstrap.c
@@ -34,7 +34,7 @@
#include <mach/port.h>
#include <mach/message.h>
-#include "vm_param.h"
+#include <machine/vm_param.h>
#include <ipc/ipc_port.h>
#include <kern/host.h>
#include <kern/task.h>
diff --git a/kern/thread.c b/kern/thread.c
index d186298..04c19ce 100644
--- a/kern/thread.c
+++ b/kern/thread.c
@@ -46,7 +46,7 @@
#include <mach/thread_special_ports.h>
#include <mach/thread_status.h>
#include <mach/time_value.h>
-#include "vm_param.h"
+#include <machine/vm_param.h>
#include <kern/ast.h>
#include <kern/counters.h>
#include <kern/ipc_tt.h>