2002-08-18 Daniel Jacobowitz <drow@mvista.com>

Fix PR gdb/655
        * tui.c: Disable <termio.h> include.
This commit is contained in:
Daniel Jacobowitz
2002-08-18 23:42:03 +00:00
parent 7c4c5b301a
commit 2989f67a4b
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-08-18 Daniel Jacobowitz <drow@mvista.com>
Fix PR gdb/655
* tui.c: Disable <termio.h> include.
2002-03-01 Andrew Cagney <ac131313@redhat.com>
* tui-hooks.c: Add FIXME to explain true/false problem. Update

View File

@@ -48,7 +48,9 @@
#endif
#include <signal.h>
#include <fcntl.h>
#if 0
#include <termio.h>
#endif
#include <setjmp.h>
#include "defs.h"
#include "gdbcmd.h"