diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 21:00:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 21:00:16 +0000 |
commit | 4f13c7df03aa65736906640ac0e45569dd1d5967 (patch) | |
tree | 5a500efc499ce43ea665096c396f04521f56d051 /sys/arch/powerpc | |
parent | 705ea333e9d5466f8db261121b3a77e7962d8f66 (diff) |
vm_inherit.h no more
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/include/db_machdep.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/db_machdep.h b/sys/arch/powerpc/include/db_machdep.h index 84758876060..1258e47284c 100644 --- a/sys/arch/powerpc/include/db_machdep.h +++ b/sys/arch/powerpc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.11 2001/08/12 16:09:19 drahn Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.12 2001/08/12 21:00:14 mickey Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -33,8 +33,9 @@ #ifndef _PPC_DB_MACHDEP_H_ #define _PPC_DB_MACHDEP_H_ +#include <sys/types.h> #include <vm/vm_param.h> -#include <vm/vm_inherit.h> +#include <uvm/uvm_extern.h> #include <machine/trap.h> #define DB_MACHINE_COMMANDS |