diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-09 07:29:41 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-09 07:29:41 +0000 |
| commit | 1b1728ad99ce48998768e05b7a773a5e7e720091 (patch) | |
| tree | 23d4407d81925748f6b42423fa0e3927d71e46c7 /sys/dev/syscons | |
| parent | aed217b4c63e9fcd8b0fca9be0096ee4f55c47ab (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/scvesactl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/syscons/scvesactl.c b/sys/dev/syscons/scvesactl.c index e550b17db9e2..a9ff4addd984 100644 --- a/sys/dev/syscons/scvesactl.c +++ b/sys/dev/syscons/scvesactl.c @@ -35,6 +35,8 @@ #include <sys/conf.h> #include <sys/tty.h> #include <sys/kernel.h> +#include <sys/fbio.h> +#include <sys/consio.h> #include <machine/pc/vesa.h> |
