Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/dev We need wsdisplayvar.h for this to compil...



details:   https://anonhg.NetBSD.org/src/rev/c55f4a6d46a4
branches:  trunk
changeset: 473415:c55f4a6d46a4
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Jun 02 12:11:39 1999 +0000

description:
We need wsdisplayvar.h for this to compile now!

diffstat:

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

diffs (17 lines):

diff -r ace870bdefe0 -r c55f4a6d46a4 sys/arch/sparc/dev/fb.c
--- a/sys/arch/sparc/dev/fb.c   Wed Jun 02 08:57:02 1999 +0000
+++ b/sys/arch/sparc/dev/fb.c   Wed Jun 02 12:11:39 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fb.c,v 1.37 1999/05/23 17:59:39 ad Exp $ */
+/*     $NetBSD: fb.c,v 1.38 1999/06/02 12:11:39 mycroft Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -63,6 +63,7 @@
 #include <machine/eeprom.h>
 #include <sparc/dev/pfourreg.h>
 
+#include <dev/wscons/wsdisplayvar.h>
 #include <dev/rasops/rasops.h>
 
 static struct fbdevice *devfb;



Home | Main Index | Thread Index | Old Index