Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/games/cribbage/io.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/games/cribbage/io.c 1993/08/01 18:55:12 1.4 +++ src/games/cribbage/io.c 1993/08/10 03:41:48 1.5 @@ -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 +# include # include # include # include