Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/dev make it compile again (add #include's).



details:   https://anonhg.NetBSD.org/src/rev/ea36a8a33b6d
branches:  trunk
changeset: 485952:ea36a8a33b6d
user:      shin <shin%NetBSD.org@localhost>
date:      Tue May 09 13:19:54 2000 +0000

description:
make it compile again (add #include's).

diffstat:

 sys/arch/hpcmips/dev/bivideo.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r fe7f71080810 -r ea36a8a33b6d sys/arch/hpcmips/dev/bivideo.c
--- a/sys/arch/hpcmips/dev/bivideo.c    Tue May 09 11:51:12 2000 +0000
+++ b/sys/arch/hpcmips/dev/bivideo.c    Tue May 09 13:19:54 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bivideo.c,v 1.5 2000/03/20 12:45:42 takemura Exp $     */
+/*     $NetBSD: bivideo.c,v 1.6 2000/05/09 13:19:54 shin Exp $ */
 
 /*-
  * Copyright (c) 1999
@@ -37,7 +37,7 @@
 static const char _copyright[] __attribute__ ((unused)) =
     "Copyright (c) 1999 Shin Takemura.  All rights reserved.";
 static const char _rcsid[] __attribute__ ((unused)) =
-    "$Id: bivideo.c,v 1.5 2000/03/20 12:45:42 takemura Exp $";
+    "$Id: bivideo.c,v 1.6 2000/05/09 13:19:54 shin Exp $";
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -57,6 +57,9 @@
 #include <machine/platid_mask.h>
 
 #include <dev/wscons/wsconsio.h>
+#include <dev/wscons/wsdisplayvar.h>
+
+#include <dev/rasops/rasops.h>
 
 #include <arch/hpcmips/dev/hpcfbvar.h>
 #include <arch/hpcmips/dev/hpcfbio.h>



Home | Main Index | Thread Index | Old Index