* ada-valprint.c, parse.c: Include defs.h before including ctype.h.
This commit is contained in:
parent
4c49065043
commit
12c8947461
3 changed files with 7 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue