diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-22 04:44:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-22 04:44:10 +0000 |
commit | 360ada0c1943210b8775ccca02d692e8ccb38b6c (patch) | |
tree | f37497f3c3a9d466b3768ca911239be76f5b1b69 /sys/arch/sparc64 | |
parent | 110c10f8966c942f0a3bbe6c2a5d65fd72cb31df (diff) |
need dev/pci/vga_pcivar.h
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/dev/vgafb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/vgafb.c b/sys/arch/sparc64/dev/vgafb.c index ec016101d05..10449870672 100644 --- a/sys/arch/sparc64/dev/vgafb.c +++ b/sys/arch/sparc64/dev/vgafb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vgafb.c,v 1.61 2014/07/22 04:42:51 jsg Exp $ */ +/* $OpenBSD: vgafb.c,v 1.62 2014/07/22 04:44:09 deraadt Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -55,6 +55,8 @@ #include <dev/wscons/wsdisplayvar.h> #include <dev/rasops/rasops.h> +#include <dev/pci/vga_pcivar.h> + #include <machine/fbvar.h> struct vgafb_softc { |