diff options
Diffstat (limited to 'sys/dev/pci/sti_pci.c')
-rw-r--r-- | sys/dev/pci/sti_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/sti_pci.c b/sys/dev/pci/sti_pci.c index 011adf00523..c527388eb67 100644 --- a/sys/dev/pci/sti_pci.c +++ b/sys/dev/pci/sti_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sti_pci.c,v 1.4 2007/01/11 22:06:40 miod Exp $ */ +/* $OpenBSD: sti_pci.c,v 1.5 2007/01/12 22:02:35 miod Exp $ */ /* * Copyright (c) 2006, 2007 Miodrag Vallat. @@ -25,6 +25,8 @@ #include <dev/pci/pcivar.h> #include <dev/pci/pcidevs.h> +#include <dev/wscons/wsdisplayvar.h> + #include <dev/ic/stireg.h> #include <dev/ic/stivar.h> |