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));