diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-13 18:11:45 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-13 18:11:45 +0000 |
commit | a973e2b199393c97deffd9bfa5f29c9d379b8e91 (patch) | |
tree | 24cb95057aaf165b54336828ddab32f04d24fbea /libiberty/strtod.c | |
parent | 41ca1e4b5e422f3c1e3cf39a9e242813a0b8082a (diff) | |
download | gcc-a973e2b199393c97deffd9bfa5f29c9d379b8e91.tar.gz |
* safe-ctype.c: #include "ansidecl.h".
* strtod.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38224 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/strtod.c')
-rw-r--r-- | libiberty/strtod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/strtod.c b/libiberty/strtod.c index b1243acb6b3..90292c224b6 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 (); |