diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-09 02:58:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-09 02:58:41 +0000 |
commit | 8feb5b83a9e4e8b3292bd50bdecba817e0c2508b (patch) | |
tree | 555b026f78dcde0a8a4b17650f1d0f7d8a6b9fda /sys/dev/pci | |
parent | e54d53bf5d398310e88964f238acf908453a137a (diff) |
alpha/common/ insults my filec
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/vga_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 4cb4ca703cf..659a75aaa3a 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -40,7 +40,7 @@ #include <dev/pci/pcivar.h> #include <dev/pci/pcidevs.h> -#include <alpha/common/vgavar.h> +#include <alpha/dev/vgavar.h> #include <alpha/pci/vga_pcivar.h> struct vga_pci_softc { |