* tui/tui.c: Move system header includes after local includes.
Fixes a build failure on solaris systems.
This commit is contained in:
parent
7613d9339c
commit
479272a3ca
@ -1,3 +1,9 @@
|
||||
2004-02-25 J. Brobecker <brobecker@gnat.com>
|
||||
|
||||
From Peter Schauer <schauer@pdf.de>:
|
||||
* tui/tui.c: Move system header includes after local includes.
|
||||
Fixes a build failure on solaris systems.
|
||||
|
||||
2004-02-25 J. Brobecker <brobecker@gnat.com>
|
||||
|
||||
* configure.in: Refine the previous change.
|
||||
|
@ -22,18 +22,6 @@
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#ifdef HAVE_TERM_H
|
||||
#include <term.h>
|
||||
#endif
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#if 0
|
||||
#include <termio.h>
|
||||
#endif
|
||||
#include <setjmp.h>
|
||||
#include "defs.h"
|
||||
#include "gdbcmd.h"
|
||||
#include "tui/tui.h"
|
||||
@ -54,6 +42,19 @@
|
||||
#include "symtab.h"
|
||||
#include "source.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#ifdef HAVE_TERM_H
|
||||
#include <term.h>
|
||||
#endif
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#if 0
|
||||
#include <termio.h>
|
||||
#endif
|
||||
#include <setjmp.h>
|
||||
|
||||
#include "gdb_curses.h"
|
||||
|
||||
/* Tells whether the TUI is active or not. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user