summaryrefslogtreecommitdiffstats
path: root/cribbage/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'cribbage/io.c')
-rw-r--r--cribbage/io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cribbage/io.c b/cribbage/io.c
index 32568f4b..2cef04b0 100644
--- a/cribbage/io.c
+++ b/cribbage/io.c
@@ -33,10 +33,11 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)io.c 5.8 (Berkeley) 2/28/91";*/
-static char rcsid[] = "$Id: io.c,v 1.4 1993/08/01 18:55:12 mycroft Exp $";
+static char rcsid[] = "$Id: io.c,v 1.5 1993/08/10 03:41:48 mycroft Exp $";
#endif /* not lint */
# include <curses.h>
+# include <termios.h>
# include <ctype.h>
# include <signal.h>
# include <stdarg.h>