aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-valprint.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/ada-valprint.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/ada-valprint.c')
-rw-r--r--gdb/ada-valprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-valprint.c b/gdb/ada-valprint.c
index e000411..4f644b8 100644
--- a/gdb/ada-valprint.c
+++ b/gdb/ada-valprint.c
@@ -19,8 +19,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include <ctype.h>
#include "defs.h"
+#include <ctype.h>
#include "gdb_string.h"
#include "symtab.h"
#include "gdbtypes.h"