Use safe-ctype.h not ctype.h
[deliverable/binutils-gdb.git] / opcodes / cgen-ibld.in
index 9103524c947253e261e180cfe6f5e280400b60e6..d95878596bf6c43a24723763cc3786fab210e538 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 "@prefix@-desc.h"
 #include "@prefix@-opc.h"
 #include "opintl.h"
+#include "safe-ctype.h"
 
 #undef min
 #define min(a,b) ((a) < (b) ? (a) : (b))
This page took 0.023447 seconds and 4 git commands to generate.