diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-09 03:07:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-09 03:07:40 +0000 |
commit | e4bb8c185239aca8ebe2214d405d06cde819775d (patch) | |
tree | 973c86e3b808778aa188711a610d4a53522f97d0 /sys/dev | |
parent | 7ff0c3acc19ffe11a2eab82c222a2a30ba7a10b7 (diff) |
argh
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/vga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/vga.c b/sys/dev/ic/vga.c index 14c096f2e72..fccac6205ec 100644 --- a/sys/dev/ic/vga.c +++ b/sys/dev/ic/vga.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga.c,v 1.1 1997/07/09 02:58:35 deraadt Exp $ */ +/* $OpenBSD: vga.c,v 1.2 1997/07/09 03:07:39 deraadt Exp $ */ /* $NetBSD: vga.c,v 1.3 1996/12/02 22:24:54 cgd Exp $ */ /* @@ -35,7 +35,7 @@ #include <machine/bus.h> #include <alpha/wscons/wsconsvar.h> -#include <alpha/common/vgavar.h> +#include <alpha/dev/vgavar.h> #define VGA_IO_D_6845_ADDR 0x4 #define VGA_IO_D_6845_DATA 0x5 |