summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-08-12 20:43:38 +0000
committermickey <mickey@openbsd.org>2001-08-12 20:43:38 +0000
commit22ce02ad92898e6f93836825a420be6075903a77 (patch)
treef8d18a43491c4ecef748922c273270e30dd55acd
parentabsolutely no need to include vm_parm.h after vm.h (diff)
downloadwireguard-openbsd-22ce02ad92898e6f93836825a420be6075903a77.tar.xz
wireguard-openbsd-22ce02ad92898e6f93836825a420be6075903a77.zip
ok, this is the last vm_prot.h slackup
-rw-r--r--sys/arch/mvmeppc/include/db_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/include/db_machdep.h b/sys/arch/mvmeppc/include/db_machdep.h
index 447ef91ece6..0140b64d6ea 100644
--- a/sys/arch/mvmeppc/include/db_machdep.h
+++ b/sys/arch/mvmeppc/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.1 2001/06/26 21:57:44 smurph Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.2 2001/08/12 20:43:38 mickey Exp $ */
/* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */
/*
@@ -33,9 +33,9 @@
#ifndef _PPC_DB_MACHDEP_H_
#define _PPC_DB_MACHDEP_H_
-#include <vm/vm_prot.h>
#include <vm/vm_param.h>
#include <vm/vm_inherit.h>
+#include <uvm/uvm_extern.h>
#include <machine/trap.h>
/* ELF symbols in ddb */