Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2008-11-27 23:45:37 +0300
committerJeff Johnston <jjohnstn@redhat.com>2008-11-27 23:45:37 +0300
commitbad5c314f73192f1b11f634edb949b913fea437a (patch)
treef3a1b8ac89b8845ad1694b7304d9f694edec34fa /newlib/libc/stdlib/strtod.c
parent7cd48a9bc4c72107b7a4929bb8c8f99256288755 (diff)
2008-11-27 Craig Howland <howland@LGSInnovations.com>
* libc/argz/argz_add.c: Added #include <argz.h> to get function prototypes. * libc/argz/argz_append.c: Ditto. * libc/argz/argz_count.c: Ditto. * libc/argz/argz_create.c: Ditto. * libc/argz/argz_create_sep.c: Ditto. * libc/argz/argz_delete.c: Ditto. * libc/argz/argz_next.c: Ditto. * libc/argz/argz_stringify.c: Ditto * libc/stdlib/strtod.c: Added #include <stdlib.h> to get function prototypes. * libc/stdlib/wcstoul.c: Added #include <wchar.h> to get function prototypes, corrected traditional usage comment. * libc/include/wchar.h: Added _mbsrtowcs_r() prototype.
Diffstat (limited to 'newlib/libc/stdlib/strtod.c')
-rw-r--r--newlib/libc/stdlib/strtod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/strtod.c b/newlib/libc/stdlib/strtod.c
index 703fbce1d..fb4caf86f 100644
--- a/newlib/libc/stdlib/strtod.c
+++ b/newlib/libc/stdlib/strtod.c
@@ -112,6 +112,7 @@ THIS SOFTWARE.
#include <_ansi.h>
#include <errno.h>
+#include <stdlib.h>
#include <string.h>
#include "mprec.h"
#include "gdtoa.h"