diff options
Diffstat (limited to 'sys/arch/mvme88k/include/db_machdep.h')
-rw-r--r-- | sys/arch/mvme88k/include/db_machdep.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/include/db_machdep.h b/sys/arch/mvme88k/include/db_machdep.h index 03a88e9bf04..eeb8b0911ce 100644 --- a/sys/arch/mvme88k/include/db_machdep.h +++ b/sys/arch/mvme88k/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.8 2001/03/16 00:05:24 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.9 2001/08/12 20:13:07 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -37,10 +37,9 @@ #define _M88K_DB_MACHDEP_H_ #include <sys/types.h> -#include <vm/vm_prot.h> #include <vm/vm_param.h> #include <vm/vm_inherit.h> -/*#include <vm/lock.h>*/ +#include <uvm/uvm_extern.h> #include <machine/pcb.h> /* m88100_saved_state */ #include <machine/psl.h> #include <machine/trap.h> |