From 79c6003c2b8ba01505da993c123411691e7e28bf Mon Sep 17 00:00:00 2001 From: drochner Date: Sat, 13 Jul 2002 12:30:11 +0000 Subject: [PATCH] make sure struct proc and struct frame are declared --- sys/arch/m68k/include/proc.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/m68k/include/proc.h b/sys/arch/m68k/include/proc.h index 488d7334c953..730e193b0af1 100644 --- a/sys/arch/m68k/include/proc.h +++ b/sys/arch/m68k/include/proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.1 2002/07/13 08:28:42 scw Exp $ */ +/* $NetBSD: proc.h,v 1.2 2002/07/13 12:30:11 drochner Exp $ */ /* * Copyright (c) 1991, 1993 @@ -38,6 +38,9 @@ #ifndef _M68K_PROC_H #define _M68K_PROC_H +#include +struct proc; + /* * Machine-dependent part of the proc structure for m68k-based ports. */