summaryrefslogtreecommitdiff
path: root/libiberty/safe-ctype.c
diff options
context:
space:
mode:
authorMichael Sokolov <msokolov@ivan.Harhan.ORG>2000-12-13 18:11:45 +0000
committerDJ Delorie <dj@gcc.gnu.org>2000-12-13 13:11:45 -0500
commita8e4a997df02b411c93b8eb6e04eec92102ceb70 (patch)
tree24cb95057aaf165b54336828ddab32f04d24fbea /libiberty/safe-ctype.c
parent317506491098e5ed9503dacee75e4cdba1bf1b81 (diff)
downloadgcc-a8e4a997df02b411c93b8eb6e04eec92102ceb70.tar.gz
safe-ctype.c: #include "ansidecl.h".
* safe-ctype.c: #include "ansidecl.h". * strtod.c: Likewise. From-SVN: r38224
Diffstat (limited to 'libiberty/safe-ctype.c')
-rw-r--r--libiberty/safe-ctype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/safe-ctype.c b/libiberty/safe-ctype.c
index b6722a26684..0c2be3ed795 100644
--- a/libiberty/safe-ctype.c
+++ b/libiberty/safe-ctype.c
@@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */
- Behaves properly for all values in the range of a signed or
unsigned char. */
+#include "ansidecl.h"
#include <safe-ctype.h>
#include <stdio.h> /* for EOF */