diff options
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 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" |