Module Name:    src
Committed By:   dyoung
Date:           Tue Oct 18 23:05:17 UTC 2011

Modified Files:
        src/sys/dev/pci: genfb_pcivar.h

Log Message:
Add an #include for the genfb_softc type.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/genfb_pcivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/genfb_pcivar.h
diff -u src/sys/dev/pci/genfb_pcivar.h:1.1 src/sys/dev/pci/genfb_pcivar.h:1.2
--- src/sys/dev/pci/genfb_pcivar.h:1.1	Mon Aug 24 11:32:49 2009
+++ src/sys/dev/pci/genfb_pcivar.h	Tue Oct 18 23:05:17 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: genfb_pcivar.h,v 1.1 2009/08/24 11:32:49 jmcneill Exp $ */
+/*	$NetBSD: genfb_pcivar.h,v 1.2 2011/10/18 23:05:17 dyoung Exp $ */
 
 /*-
  * Copyright (c) 2007 Michael Lorenz
@@ -29,6 +29,8 @@
 #ifndef _SYS_DEV_PCI_GENFB_PCIVAR_H
 #define _SYS_DEV_PCI_GENFB_PCIVAR_H
 
+#include <dev/wsfb/genfbvar.h>
+
 struct range {
 	bus_addr_t offset;
 	bus_size_t size;

Reply via email to