diff options
author | Bruno Haible <bruno@clisp.org> | 2006-12-19 20:03:39 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:32 +0200 |
commit | 0bddedcc1179f3673f35a51a5f0cf8d00f7346d4 (patch) | |
tree | e777ad2392aa6f8a95efda230c2d9365c2427faa /gnulib-local/lib/term-ostream.oo.c | |
parent | 867ad37c49584e895e5fe1f84b0008f5bcf08fe1 (diff) | |
download | external_gettext-0bddedcc1179f3673f35a51a5f0cf8d00f7346d4.zip external_gettext-0bddedcc1179f3673f35a51a5f0cf8d00f7346d4.tar.gz external_gettext-0bddedcc1179f3673f35a51a5f0cf8d00f7346d4.tar.bz2 |
Use terminfo instead of termcap.
Diffstat (limited to 'gnulib-local/lib/term-ostream.oo.c')
-rw-r--r-- | gnulib-local/lib/term-ostream.oo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnulib-local/lib/term-ostream.oo.c b/gnulib-local/lib/term-ostream.oo.c index 7b98b88..657a479 100644 --- a/gnulib-local/lib/term-ostream.oo.c +++ b/gnulib-local/lib/term-ostream.oo.c @@ -33,7 +33,7 @@ #include "fatal-signal.h" #include "full-write.h" #include "sigprocmask.h" -#include "termcap.h" +#include "terminfo.h" #include "xalloc.h" #include "xsize.h" #include "gettext.h" |