From bad5c314f73192f1b11f634edb949b913fea437a Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 27 Nov 2008 20:45:37 +0000 Subject: 2008-11-27 Craig Howland * libc/argz/argz_add.c: Added #include 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 to get function prototypes. * libc/stdlib/wcstoul.c: Added #include to get function prototypes, corrected traditional usage comment. * libc/include/wchar.h: Added _mbsrtowcs_r() prototype. --- newlib/libc/stdlib/wcstoul.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'newlib/libc/stdlib/wcstoul.c') diff --git a/newlib/libc/stdlib/wcstoul.c b/newlib/libc/stdlib/wcstoul.c index 0a06e861c..44dfca399 100644 --- a/newlib/libc/stdlib/wcstoul.c +++ b/newlib/libc/stdlib/wcstoul.c @@ -16,7 +16,7 @@ ANSI_SYNOPSIS wchar_t **<[ptr]>, int <[base]>); TRAD_SYNOPSIS - #include + #include unsigned long wcstoul(<[s]>, <[ptr]>, <[base]>) wchar_t *<[s]>; wchar_t **<[ptr]>; @@ -121,6 +121,7 @@ PORTABILITY #include <_ansi.h> #include #include +#include #include #include #include -- cgit v1.2.3