aboutsummaryrefslogtreecommitdiff
path: root/gdb/parse.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-09 04:34:35 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-09 04:34:35 +0000
commit12c894746152a600f71e5a9c359bb40aac5d0853 (patch)
tree05a934c5ea9508d3e42edcd74a4d930ebaa74255 /gdb/parse.c
parent4c490650431f854ef3559d0d5a01e0ebfda8226c (diff)
downloadgdb-12c894746152a600f71e5a9c359bb40aac5d0853.zip
gdb-12c894746152a600f71e5a9c359bb40aac5d0853.tar.gz
gdb-12c894746152a600f71e5a9c359bb40aac5d0853.tar.bz2
* ada-valprint.c, parse.c: Include defs.h before including ctype.h.
Diffstat (limited to 'gdb/parse.c')
-rw-r--r--gdb/parse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/parse.c b/gdb/parse.c
index 8cfdeaa..2885506 100644
--- a/gdb/parse.c
+++ b/gdb/parse.c
@@ -31,9 +31,8 @@
during the process of parsing; the lower levels of the tree always
come first in the result. */
-#include <ctype.h>
-
#include "defs.h"
+#include <ctype.h>
#include "arch-utils.h"
#include "gdb_string.h"
#include "symtab.h"