Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/dev Need to include <dev/wscons/wsconsio.h> fo...



details:   https://anonhg.NetBSD.org/src/rev/0834f943c199
branches:  trunk
changeset: 480245:0834f943c199
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Jan 07 13:43:02 2000 +0000

description:
Need to include <dev/wscons/wsconsio.h> for WSDISPLAY_FONTORDER_L2R.

diffstat:

 sys/arch/pmax/dev/rcons.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 229ceef869b6 -r 0834f943c199 sys/arch/pmax/dev/rcons.c
--- a/sys/arch/pmax/dev/rcons.c Fri Jan 07 12:01:00 2000 +0000
+++ b/sys/arch/pmax/dev/rcons.c Fri Jan 07 13:43:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rcons.c,v 1.34 2000/01/05 18:44:27 ad Exp $    */
+/*     $NetBSD: rcons.c,v 1.35 2000/01/07 13:43:02 simonb Exp $        */
 
 /*
  * Copyright (c) 1995
@@ -67,6 +67,7 @@
 #include <sys/device.h>
 #include <machine/fbio.h>
 #include <dev/wscons/wsdisplayvar.h>
+#include <dev/wscons/wsconsio.h>
 #include <dev/rcons/rcons.h>
 #include <dev/wsfont/wsfont.h>
 #include <dev/rasops/rasops.h>



Home | Main Index | Thread Index | Old Index