=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tput/tput.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/tput/tput.c 1997/03/07 21:54:48 1.4 +++ src/usr.bin/tput/tput.c 1997/06/24 02:40:15 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: tput.c,v 1.4 1997/03/07 21:54:48 gene Exp $ */ +/* $OpenBSD: tput.c,v 1.5 1997/06/24 02:40:15 dgregor Exp $ */ /* $NetBSD: tput.c,v 1.8 1995/08/31 22:11:37 jtc Exp $ */ /*- @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)tput.c 8.3 (Berkeley) 4/28/95"; #endif -static char rcsid[] = "$OpenBSD: tput.c,v 1.4 1997/03/07 21:54:48 gene Exp $"; +static char rcsid[] = "$OpenBSD: tput.c,v 1.5 1997/06/24 02:40:15 dgregor Exp $"; #endif /* not lint */ #include @@ -54,6 +54,7 @@ #include #include #include +#include static void prlongname __P((char *)); static void setospeed __P((void));