summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/pc98/i386/trap.c3
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>