From 47ac3d6b45be9ca09fe490a573bebaf3f6c9a145 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 17 Feb 2001 18:34:57 +0000 Subject: [PATCH] include sunos_exec.h to declare emul_sunos. --- sys/arch/news68k/news68k/trap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/news68k/news68k/trap.c b/sys/arch/news68k/news68k/trap.c index f76a952dd79a..0380217b93e0 100644 --- a/sys/arch/news68k/news68k/trap.c +++ b/sys/arch/news68k/news68k/trap.c @@ -1,4 +1,4 @@ -/* $NetBSD: trap.c,v 1.11 2000/12/23 09:35:52 jdolecek Exp $ */ +/* $NetBSD: trap.c,v 1.12 2001/02/17 18:34:57 tsutsui Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -68,8 +68,8 @@ #endif #ifdef COMPAT_SUNOS +#include #include -extern struct emul emul_sunos; #endif int writeback __P((struct frame *fp, int docachepush));