diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-04-26 15:48:14 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-26 15:48:14 +0000 |
commit | 6dc04f1329e79d5bb0934c33413c4b1af9431dfc (patch) | |
tree | 56513723999ad85decb6d28a496eca91a1c11d81 /ChangeLog | |
parent | b4b6d57e2ce7420e6f3396f529190d15f46b3256 (diff) | |
download | zsh-6dc04f1329e79d5bb0934c33413c4b1af9431dfc.tar.gz zsh-6dc04f1329e79d5bb0934c33413c4b1af9431dfc.tar.xz zsh-6dc04f1329e79d5bb0934c33413c4b1af9431dfc.zip |
14123: don't include curses.h in termcap.c if term.h doesn't need it
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dc161b387..d80c5ce4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-04-26 Clint Adams <clint@zsh.org> + + * 14123: acconfig.h, configure.in, Src/Modules/termcap.c: + don't include curses.h in termcap.c if term.h doesn't need it. + 2001-04-26 Sven Wischnowsky <wischnow@zsh.org> * 14117: Completion/Base/Utility/_arguments, Doc/Zsh/compsys.yo: |