2001-06-24 Ben Elliston <bje@redhat.com>
[binutils-gdb.git] / libiberty / strtod.c
index b1243acb6b3f0237f35ff0e779e4e7698d85757c..90292c224b6cd8085a1624a94fce70e6cccc0735 100644 (file)
@@ -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 ();