diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-15 19:50:44 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-15 19:50:44 +0000 |
commit | 705058dc6492d3cd230ccdd5a30223b3be2c1824 (patch) | |
tree | 3c4186be4a576fcd8c75deca34f580edea334ec3 /sys/arch | |
parent | cce12d917b9c6261ec24df53b0c3b0a9a1afe247 (diff) |
include <sys/buf.h> for B_READ that we need in the UVM case
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/pci/vgafb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/pci/vgafb.c b/sys/arch/powerpc/pci/vgafb.c index 0ba761c4995..5962e9d1127 100644 --- a/sys/arch/powerpc/pci/vgafb.c +++ b/sys/arch/powerpc/pci/vgafb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vgafb.c,v 1.6 2000/10/19 03:18:00 drahn Exp $ */ +/* $OpenBSD: vgafb.c,v 1.7 2001/01/15 19:50:43 art Exp $ */ /* $NetBSD: vga.c,v 1.3 1996/12/02 22:24:54 cgd Exp $ */ /* @@ -32,6 +32,7 @@ #include <sys/systm.h> #include <sys/kernel.h> #include <sys/device.h> +#include <sys/buf.h> #include <machine/bus.h> #include <dev/cons.h> |