summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-03-29 12:48:01 +0000
committerkato <kato@FreeBSD.org>1998-03-29 12:48:01 +0000
commit1fe36ac9276c0e6544e1998014141ebe8a45e023 (patch)
tree499729a34129b4aaca26facddbd28d1880334327 /sys
parent3d7372766d58fee3de678cbbf6a326d26c685e4a (diff)
downloadFreeBSD-src-1fe36ac9276c0e6544e1998014141ebe8a45e023.zip
FreeBSD-src-1fe36ac9276c0e6544e1998014141ebe8a45e023.tar.gz
Sync with sys/i386/i386/trap.c revision 1.124.
Diffstat (limited to 'sys')
-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 1fe8eb3..71d4e46 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.45 1998/02/06 12:14:00 eivind Exp $
+ * $Id: trap.c,v 1.46 1998/03/24 08:27:21 kato Exp $
*/
/*
@@ -57,6 +57,7 @@
#include <sys/signalvar.h>
#include <sys/syscall.h>
#include <sys/sysent.h>
+#include <sys/uio.h>
#include <sys/vmmeter.h>
#ifdef KTRACE
#include <sys/ktrace.h>
OpenPOWER on IntegriCloud