=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/char.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/window/Attic/char.h 1999/11/14 17:34:24 1.4 +++ src/usr.bin/window/Attic/char.h 2000/04/15 05:22:14 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: char.h,v 1.4 1999/11/14 17:34:24 millert Exp $ */ +/* $OpenBSD: char.h,v 1.5 2000/04/15 05:22:14 millert Exp $ */ /* $NetBSD: char.h,v 1.3 1995/09/28 10:34:01 tls Exp $ */ /* @@ -50,6 +50,9 @@ * using unctrl() by wwwrite() if ww_unctrl is set. */ #include +#if defined(TERMINFO) || defined(NCURSES_VERSION) +#include +#endif extern char _cmap[]; #define ctrl(c) (c & 0x1f)