diff options
Diffstat (limited to 'sys/kern/subr_trap.c')
-rw-r--r-- | sys/kern/subr_trap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index a51c7ee..8d7bd9e 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.119 1997/12/06 04:11:01 sef Exp $ + * $Id: trap.c,v 1.120 1998/01/31 05:00:15 eivind Exp $ */ /* @@ -44,6 +44,7 @@ #include "opt_cpu.h" #include "opt_ddb.h" +#include "opt_diagnostic.h" #include "opt_ktrace.h" #include "opt_trap.h" #include "opt_vm86.h" |