* safe-ctype.c: #include "ansidecl.h".

* strtod.c: Likewise.
* strtoul.c: Include safe-ctype.h, not ctype.h.
This commit is contained in:
DJ Delorie
2000-12-17 03:07:49 +00:00
parent 780a49fab4
commit f021637a75
4 changed files with 12 additions and 1 deletions

View 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 ();