From 414da0d88440f16b7b6bea71c2ee7d647ebd3d4c Mon Sep 17 00:00:00 2001 From: todd Date: Thu, 6 Apr 2000 19:43:46 +0000 Subject: [PATCH] add vm/vm.h for prototypes; from mickey@ --- sys/arch/hppa/include/db_machdep.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/hppa/include/db_machdep.h b/sys/arch/hppa/include/db_machdep.h index b8aa4d016ac..e466fcecbe5 100644 --- a/sys/arch/hppa/include/db_machdep.h +++ b/sys/arch/hppa/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.3 1999/08/14 03:31:50 mickey Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.4 2000/04/06 19:43:46 todd Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -33,6 +33,8 @@ #ifndef _MACHINE_DB_MACHDEP_H_ #define _MACHINE_DB_MACHDEP_H_ +#include + /* types the generic ddb module needs */ typedef vaddr_t db_addr_t; typedef long db_expr_t; -- 2.20.1