diff options
Diffstat (limited to 'sys/dev/syscons/scvesactl.c')
-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 e550b17..a9ff4ad 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> |