diff options
author | 1997-07-09 02:58:30 +0000 | |
---|---|---|
committer | 1997-07-09 02:58:30 +0000 | |
commit | 7f36164a1ee03be6b1fbaf876239c890223f17e7 (patch) | |
tree | b0f38f24cc4ba8aa4f0d8e05f9ea060916ed9d7f /sys/dev/pci/vga_pci.c | |
parent | add ep on isa, of course i just fried my 3c509... (diff) | |
download | wireguard-openbsd-7f36164a1ee03be6b1fbaf876239c890223f17e7.tar.xz wireguard-openbsd-7f36164a1ee03be6b1fbaf876239c890223f17e7.zip |
alpha/common/ insults my filec
Diffstat (limited to 'sys/dev/pci/vga_pci.c')
-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 { |