Fix PR gdb/655
* tui.c: Disable <termio.h> include.
This commit is contained in:
parent
92d1e33186
commit
6d7fbb5a8b
@ -1,3 +1,8 @@
|
||||
2002-08-18 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
Fix PR gdb/655
|
||||
* tui.c: Disable <termio.h> include.
|
||||
|
||||
2002-03-15 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* tui-out.c (XMALLOC): Delete macro. Update copyright.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user