summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-22 04:44:09 +0000
committerderaadt <deraadt@openbsd.org>2014-07-22 04:44:09 +0000
commit6f716e8f696396ba79c103360f7ac9179e6dabf2 (patch)
tree6314df51cb28e0f8672d2ecaf00af82e565fd9b3
parentThe aperture needed test should be in vgafb as well as vga@pci. (diff)
downloadwireguard-openbsd-6f716e8f696396ba79c103360f7ac9179e6dabf2.tar.xz
wireguard-openbsd-6f716e8f696396ba79c103360f7ac9179e6dabf2.zip
need dev/pci/vga_pcivar.h
-rw-r--r--sys/arch/sparc64/dev/vgafb.c4
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 {