diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-08 21:34:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-08 21:34:00 +0000 |
| commit | 00d25f512caca4df740162885c93d1d528993a6b (patch) | |
| tree | 7014a452ee05572d59c983b890955d7c3fa063ba /lib/libvgl/keyboard.c | |
| parent | 3c703fcbe2dcb28753c504dec77c3667f2c450ef (diff) | |
Notes
Diffstat (limited to 'lib/libvgl/keyboard.c')
| -rw-r--r-- | lib/libvgl/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libvgl/keyboard.c b/lib/libvgl/keyboard.c index 690da320e50d..85850f5972fe 100644 --- a/lib/libvgl/keyboard.c +++ b/lib/libvgl/keyboard.c @@ -33,7 +33,8 @@ #include <sys/ioctl.h> #include <termios.h> #include <sys/time.h> -#include <machine/console.h> +#include <sys/fbio.h> +#include <sys/kbio.h> #include "vgl.h" static struct termios VGLKeyboardTty; |
