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 /usr.sbin/moused | |
| parent | 3c703fcbe2dcb28753c504dec77c3667f2c450ef (diff) | |
Notes
Diffstat (limited to 'usr.sbin/moused')
| -rw-r--r-- | usr.sbin/moused/moused.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index 1157bd874730..9f33c36b59ca 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -64,9 +64,9 @@ static const char rcsid[] = #include <termios.h> #include <syslog.h> -#include <machine/console.h> #include <machine/mouse.h> +#include <sys/consio.h> #include <sys/types.h> #include <sys/time.h> #include <sys/socket.h> |
