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.bin | |
| parent | 3c703fcbe2dcb28753c504dec77c3667f2c450ef (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/doscmd/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/doscmd/tty.c b/usr.bin/doscmd/tty.c index be747b0a4041..389695c5094a 100644 --- a/usr.bin/doscmd/tty.c +++ b/usr.bin/doscmd/tty.c @@ -47,7 +47,7 @@ #include <signal.h> #include <sys/time.h> #ifdef __FreeBSD__ -# include <machine/console.h> +# include <sys/kbio.h> #else # ifdef __NetBSD__ # include "machine/pccons.h" |
