diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-09 04:34:35 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-09 04:34:35 +0000 |
commit | 12c894746152a600f71e5a9c359bb40aac5d0853 (patch) | |
tree | 05a934c5ea9508d3e42edcd74a4d930ebaa74255 /gdb/parse.c | |
parent | 4c490650431f854ef3559d0d5a01e0ebfda8226c (diff) | |
download | binutils-gdb-12c894746152a600f71e5a9c359bb40aac5d0853.tar.gz |
* ada-valprint.c, parse.c: Include defs.h before including ctype.h.
Diffstat (limited to 'gdb/parse.c')
-rw-r--r-- | gdb/parse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/parse.c b/gdb/parse.c index 8cfdeaa3f2f..28855068781 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" |