From 6f716e8f696396ba79c103360f7ac9179e6dabf2 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 22 Jul 2014 04:44:09 +0000 Subject: [PATCH] need dev/pci/vga_pcivar.h --- sys/arch/sparc64/dev/vgafb.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 #include +#include + #include struct vgafb_softc { -- 2.20.1