summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.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/npx.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/npx.c')
-rw-r--r--sys/i386/isa/npx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index fbeb824..ad03e2a 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.28 1996/01/04 19:51:14 wollman Exp $
+ * $Id: npx.c,v 1.29 1996/01/06 23:10:52 peter Exp $
*/
#include "npx.h"
@@ -54,6 +54,7 @@
#include <machine/cpu.h>
#include <machine/pcb.h>
+#include <machine/md_var.h>
#include <machine/trap.h>
#include <machine/clock.h>
#include <machine/specialreg.h>
OpenPOWER on IntegriCloud