2001-11-02 H.J. Lu (hjl@gnu.org)
[deliverable/binutils-gdb.git] / opcodes / m32r-ibld.c
index 6c32b2327447e2831cc12e2fcf23e97204227a8c..4d083a1828852f94278b276843332e33da7f87f0 100644 (file)
@@ -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 "m32r-desc.h"
 #include "m32r-opc.h"
 #include "opintl.h"
+#include "safe-ctype.h"
 
 #undef min
 #define min(a,b) ((a) < (b) ? (a) : (b))
This page took 0.023158 seconds and 4 git commands to generate.