From 12b8f9059aa81ea05b737d60c65ac55e5a477729 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 13 Oct 2001 09:38:04 +0000 Subject: Use safe-ctype.h not ctype.h --- opcodes/openrisc-ibld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/openrisc-ibld.c') diff --git a/opcodes/openrisc-ibld.c b/opcodes/openrisc-ibld.c index cb29a26606..8a2a28a620 100644 --- a/opcodes/openrisc-ibld.c +++ b/opcodes/openrisc-ibld.c @@ -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 #include #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 "openrisc-desc.h" #include "openrisc-opc.h" #include "opintl.h" +#include "safe-ctype.h" #undef min #define min(a,b) ((a) < (b) ? (a) : (b)) -- cgit v1.2.1