diff --git a/gas/ChangeLog b/gas/ChangeLog index 6ac58f0cce..b69be0841a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-09-19 Alan Modra + + * config/tc-i370.c: Fix typo in last change. + 2001-09-19 Nick Clifton * doc/as.texinfo (Symbol Names): Improve documentation on local diff --git a/gas/config/tc-i370.c b/gas/config/tc-i370.c index 9ea4c3a5c3..7854687fcb 100644 --- a/gas/config/tc-i370.c +++ b/gas/config/tc-i370.c @@ -30,7 +30,7 @@ #include #include "as.h" -#include "c=ctype.h" +#include "safe-ctype.h" #include "subsegs.h" #include "struc-symbol.h"