diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-26 06:15:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-26 06:15:49 +0000 |
commit | fbc75a324a681f9cfc18433e0ab53da21913ad07 (patch) | |
tree | c7c7dff73e1d1134780e417669907280c524bbd6 /gdb/tui/ChangeLog | |
parent | 2894793a7b11779557cd7d50f5eec63acf3c46fd (diff) | |
download | gdb-fbc75a324a681f9cfc18433e0ab53da21913ad07.zip gdb-fbc75a324a681f9cfc18433e0ab53da21913ad07.tar.gz gdb-fbc75a324a681f9cfc18433e0ab53da21913ad07.tar.bz2 |
Fix bitrot in tui-file.c.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r-- | gdb/tui/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index d7e8629..d492a9d 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,10 @@ +Thu May 25 14:46:20 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * tui-file.c: Include "tui.h", "tuiData.h", "tuiIO.h" and + "tuiCommand.h". + (tui_file_fputs): Pass ``file'' and not ``stream'' to + tui_file_adjust_strbuf. + Thu May 25 16:58:01 2000 Andrew Cagney <cagney@b1.cygnus.com> * tui.h: Include <ncurses.h> when available. |