diff options
| -rw-r--r-- | mille/mille.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mille/mille.h b/mille/mille.h index 2d3811f0..581b2eed 100644 --- a/mille/mille.h +++ b/mille/mille.h @@ -31,12 +31,13 @@ * SUCH DAMAGE. * * from: @(#)mille.h 5.5 (Berkeley) 6/1/90 - * $Id: mille.h,v 1.2 1993/08/01 18:54:07 mycroft Exp $ + * $Id: mille.h,v 1.3 1993/08/10 02:48:47 mycroft Exp $ */ # include <sys/types.h> # include <ctype.h> # include <curses.h> +# include <termios.h> # include <string.h> /* |
