summaryrefslogtreecommitdiff
path: root/libiberty/safe-ctype.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2000-12-17 03:07:49 +0000
committerDJ Delorie <dj@delorie.com>2000-12-17 03:07:49 +0000
commit5981f19fa18dd77e945f507789143ea4355c2478 (patch)
tree36a39e1ac40bc6f75705b6217b73e732fda7974d /libiberty/safe-ctype.c
parent20feee274e4d9d4e246c88f045bcd40f1face31b (diff)
downloadbinutils-redhat-5981f19fa18dd77e945f507789143ea4355c2478.tar.gz
* safe-ctype.c: #include "ansidecl.h".
* strtod.c: Likewise. * strtoul.c: Include safe-ctype.h, not ctype.h.
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 b6722a2668..0c2be3ed79 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 */