summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ctx.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-06-25 20:31:01 +0000
committerbde <bde@FreeBSD.org>1996-06-25 20:31:01 +0000
commita89f142f6f444991ef10915d896da5ff69a01205 (patch)
tree1b9af4e035faa2ddfe69a7f94e1342324d6b4c97 /sys/i386/isa/ctx.c
parent010c2800ac465122fd044b00182f58244ecaa396 (diff)
downloadFreeBSD-src-a89f142f6f444991ef10915d896da5ff69a01205.zip
FreeBSD-src-a89f142f6f444991ef10915d896da5ff69a01205.tar.gz
Added #include of <machine/md_var.h>. This will be needed when
some declarations are moved from <machine/cpufunc.h> to better places.
Diffstat (limited to 'sys/i386/isa/ctx.c')
-rw-r--r--sys/i386/isa/ctx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c
index 296b896..53aec14 100644
--- a/sys/i386/isa/ctx.c
+++ b/sys/i386/isa/ctx.c
@@ -8,7 +8,7 @@
* of this software, nor does the author assume any responsibility
* for damages incurred with its use.
*
- * $Id: ctx.c,v 1.17 1996/03/28 14:28:37 scrappy Exp $
+ * $Id: ctx.c,v 1.18 1996/06/18 01:22:15 bde Exp $
*/
/*
@@ -128,6 +128,7 @@
#include <i386/isa/isa_device.h>
#include <i386/isa/ctxreg.h>
#include <machine/ioctl_ctx.h>
+#include <machine/md_var.h>
static int waitvb(short);
OpenPOWER on IntegriCloud