diff options
author | peter <peter@FreeBSD.org> | 1999-08-30 08:10:42 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-30 08:10:42 +0000 |
commit | d1578b946cebef507389cfcfae7d5a60f9da6bc9 (patch) | |
tree | 1eef32194ff6707a844bb771112da810ee37edd4 /gnu | |
parent | b4cc45e4b4171a7650f66c5fb5a86cf75282c824 (diff) | |
download | FreeBSD-src-d1578b946cebef507389cfcfae7d5a60f9da6bc9.zip FreeBSD-src-d1578b946cebef507389cfcfae7d5a60f9da6bc9.tar.gz |
#include <termios.h>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libdialog/dialog.priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/dialog.priv.h b/gnu/lib/libdialog/dialog.priv.h index 68b136f..06c01a5 100644 --- a/gnu/lib/libdialog/dialog.priv.h +++ b/gnu/lib/libdialog/dialog.priv.h @@ -25,6 +25,7 @@ #include <ctype.h> #include <stdlib.h> #include <string.h> +#include <termios.h> #if defined(LOCALE) #include <locale.h> |