summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2000-01-04 23:15:03 +0000
committersimonb <simonb@NetBSD.org>2000-01-04 23:15:03 +0000
commitb1ab053e2c960ac13a4c8e6e07dcab283f74dfa6 (patch)
treefaf3ccfe335a6cf5194785c115d9b292b5b93d88 /sys
parent182c6629c13dee0360155dadcc2c33ac8f9f224f (diff)
Ick - include pmioctl.h to get the pmEventQueue typedef needed for
qvssvar.h (needed for the mouseInit() prototype). This _will_ be cleaned up soon!
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/pmax/tc/scc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/pmax/tc/scc.c b/sys/arch/pmax/tc/scc.c
index 4ec09a0d04f..e9a6b3b13c0 100644
--- a/sys/arch/pmax/tc/scc.c
+++ b/sys/arch/pmax/tc/scc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: scc.c,v 1.56 1999/12/30 01:01:48 simonb Exp $ */
+/* $NetBSD: scc.c,v 1.57 2000/01/04 23:15:03 simonb Exp $ */
/*
* Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.56 1999/12/30 01:01:48 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.57 2000/01/04 23:15:03 simonb Exp $");
#include "opt_ddb.h"
@@ -113,6 +113,7 @@ __KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.56 1999/12/30 01:01:48 simonb Exp $");
#include <pmax/dev/rconsvar.h>
#include <pmax/tc/sccvar.h> /* XXX */
#include <pmax/dev/lk201var.h>
+#include <machine/pmioctl.h> /* XXX for pmEventQueue typedef */
#include <pmax/dev/qvssvar.h> /* XXX mouseInput() */
#endif