=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/wwdump.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/window/Attic/wwdump.c 2003/06/03 02:56:23 1.6 +++ src/usr.bin/window/Attic/wwdump.c 2003/08/01 22:01:37 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: wwdump.c,v 1.6 2003/06/03 02:56:23 millert Exp $ */ +/* $OpenBSD: wwdump.c,v 1.7 2003/08/01 22:01:37 david Exp $ */ /* $NetBSD: wwdump.c,v 1.5 1995/09/29 00:44:09 cgd Exp $ */ /* @@ -37,12 +37,13 @@ #if 0 static char sccsid[] = "@(#)wwdump.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: wwdump.c,v 1.6 2003/06/03 02:56:23 millert Exp $"; +static char rcsid[] = "$OpenBSD: wwdump.c,v 1.7 2003/08/01 22:01:37 david Exp $"; #endif #endif /* not lint */ #include "ww.h" #include "tt.h" +#include #include static char cmap[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";