aboutsummaryrefslogtreecommitdiff
path: root/libiberty/strtod.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-12-17 03:07:49 +0000
committerDJ Delorie <dj@redhat.com>2000-12-17 03:07:49 +0000
commitf021637a75076194663fb16185081f8a4784ea9b (patch)
tree4cceab7aba7a067fe1a733cfedd86da44d6e9857 /libiberty/strtod.c
parent780a49fab4ab15d60ba44993cb6a5501a8cce494 (diff)
downloadgdb-f021637a75076194663fb16185081f8a4784ea9b.zip
gdb-f021637a75076194663fb16185081f8a4784ea9b.tar.gz
gdb-f021637a75076194663fb16185081f8a4784ea9b.tar.bz2
* safe-ctype.c: #include "ansidecl.h".
* strtod.c: Likewise. * strtoul.c: Include safe-ctype.h, not ctype.h.
Diffstat (limited to 'libiberty/strtod.c')
-rw-r--r--libiberty/strtod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/strtod.c b/libiberty/strtod.c
index b1243ac..90292c2 100644
--- a/libiberty/strtod.c
+++ b/libiberty/strtod.c
@@ -22,6 +22,7 @@ the resulting executable to be covered by the GNU General Public License.
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
+#include "ansidecl.h"
#include "safe-ctype.h"
extern double atof ();