aboutsummaryrefslogtreecommitdiff
path: root/opcodes/cgen-ibld.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-10-13 09:38:04 +0000
committerNick Clifton <nickc@redhat.com>2001-10-13 09:38:04 +0000
commit37111cc7285ddcb9fbbc07ed43ecf344a3f4ee2f (patch)
treee602365ad5e8ff808885668cd003a7739fa91c5e /opcodes/cgen-ibld.in
parent03dd63aa03bb1962c1c8756a64f869dae2c7b146 (diff)
downloadfsf-binutils-gdb-37111cc7285ddcb9fbbc07ed43ecf344a3f4ee2f.zip
fsf-binutils-gdb-37111cc7285ddcb9fbbc07ed43ecf344a3f4ee2f.tar.gz
fsf-binutils-gdb-37111cc7285ddcb9fbbc07ed43ecf344a3f4ee2f.tar.bz2
Use safe-ctype.h not ctype.h
Diffstat (limited to 'opcodes/cgen-ibld.in')
-rw-r--r--opcodes/cgen-ibld.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cgen-ibld.in b/opcodes/cgen-ibld.in
index 9103524..d958785 100644
--- a/opcodes/cgen-ibld.in
+++ b/opcodes/cgen-ibld.in
@@ -25,7 +25,6 @@ along with this program; if not, write to the Free Software Foundation, Inc.,
Keep that in mind. */
#include "sysdep.h"
-#include <ctype.h>
#include <stdio.h>
#include "ansidecl.h"
#include "dis-asm.h"
@@ -34,6 +33,7 @@ along with this program; if not, write to the Free Software Foundation, Inc.,
#include "@prefix@-desc.h"
#include "@prefix@-opc.h"
#include "opintl.h"
+#include "safe-ctype.h"
#undef min
#define min(a,b) ((a) < (b) ? (a) : (b))