Fixes a build failure on solaris systems.
+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.
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"
#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. */