diff options
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index 34b660d..db21d34 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -20,12 +20,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "defs.h" -#include "gdb_assert.h" -#include <ctype.h> -#include "gdb_string.h" -#include "event-top.h" +#include "config.h" +/* Include before "bfd.h" so that we get stdbool.h in time, if <curses.h> + brings it in. */ #ifdef HAVE_CURSES_H #include <curses.h> #endif @@ -33,6 +31,12 @@ #include <term.h> #endif +#include "defs.h" +#include "gdb_assert.h" +#include <ctype.h> +#include "gdb_string.h" +#include "event-top.h" + #ifdef __GO32__ #include <pc.h> #endif |