aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-09-09 09:50:31 +0000
committerXin LI <delphij@FreeBSD.org>2009-09-09 09:50:31 +0000
commitee5e90dab2f9a19b419e622830612bf05cd6cce9 (patch)
tree7ca44f508d1d8e6e2d1eaa8e13908bbb1ecaedb5 /sys/dev/syscons
parentf45c063aa733372110aea20ec8185bb8b5c4438e (diff)
Notes
Diffstat (limited to 'sys/dev/syscons')
-rw-r--r--sys/dev/syscons/scvesactl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/scvesactl.c b/sys/dev/syscons/scvesactl.c
index 9a2c253869c8d..b896484bb76e1 100644
--- a/sys/dev/syscons/scvesactl.c
+++ b/sys/dev/syscons/scvesactl.c
@@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
#include <sys/fbio.h>
#include <sys/consio.h>
-#include <machine/pc/vesa.h>
+#include <dev/fb/vesa.h>
#include <dev/fb/fbreg.h>
#include <dev/syscons/syscons.h>