need dev/pci/vga_pcivar.h
authorderaadt <deraadt@openbsd.org>
Tue, 22 Jul 2014 04:44:09 +0000 (04:44 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 22 Jul 2014 04:44:09 +0000 (04:44 +0000)
sys/arch/sparc64/dev/vgafb.c

index ec01610..1044987 100644 (file)
@@ -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 {