diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-01-31 15:16:27 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-01-31 15:16:27 +0000 |
| commit | 187344e72daf158994ee47aca8f99580e87dec55 (patch) | |
| tree | ade659ab0ba9b70c79c04f95aed7f2b7feee53ce | |
| parent | 23e499c5f0c35ac6da38331d8330327a9f5272f0 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/i386/trap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pc98/i386/trap.c b/sys/pc98/i386/trap.c index b2c6debfac30..ae925e699066 100644 --- a/sys/pc98/i386/trap.c +++ b/sys/pc98/i386/trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.41 1997/12/05 11:48:53 kato Exp $ + * $Id: trap.c,v 1.42 1997/12/06 06:19:19 kato Exp $ */ /* @@ -45,6 +45,7 @@ #include "opt_cpu.h" #include "opt_ddb.h" #include "opt_ktrace.h" +#include "opt_trap.h" #include "opt_vm86.h" #include <sys/param.h> |
