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/mouse.c | |
| parent | 3c703fcbe2dcb28753c504dec77c3667f2c450ef (diff) | |
Notes
Diffstat (limited to 'lib/libvgl/mouse.c')
| -rw-r--r-- | lib/libvgl/mouse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libvgl/mouse.c b/lib/libvgl/mouse.c index 390ec6cd86d2..f75f81fd2ea8 100644 --- a/lib/libvgl/mouse.c +++ b/lib/libvgl/mouse.c @@ -32,7 +32,8 @@ #include <sys/types.h> #include <sys/ioctl.h> #include <sys/signal.h> -#include <machine/console.h> +#include <sys/consio.h> +#include <sys/fbio.h> #include "vgl.h" #define X 0xff |
