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:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/string/wcschr.c1
-rw-r--r--newlib/libc/string/wcspbrk.c1
-rw-r--r--newlib/libc/string/wcsrchr.c1
-rw-r--r--newlib/libc/string/wcsstr.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/string/wcschr.c b/newlib/libc/string/wcschr.c
index 2b476f7e4..fa213c90b 100644
--- a/newlib/libc/string/wcschr.c
+++ b/newlib/libc/string/wcschr.c
@@ -58,6 +58,7 @@ No supporting OS subroutines are required.
*/
#include <_ansi.h>
+#include <stddef.h>
#include <wchar.h>
wchar_t *
diff --git a/newlib/libc/string/wcspbrk.c b/newlib/libc/string/wcspbrk.c
index e2529d0a4..bfe793b15 100644
--- a/newlib/libc/string/wcspbrk.c
+++ b/newlib/libc/string/wcspbrk.c
@@ -57,6 +57,7 @@ No supporting OS subroutines are required.
*/
#include <_ansi.h>
+#include <stddef.h>
#include <wchar.h>
wchar_t *
diff --git a/newlib/libc/string/wcsrchr.c b/newlib/libc/string/wcsrchr.c
index 143b45fc7..d3dc7431e 100644
--- a/newlib/libc/string/wcsrchr.c
+++ b/newlib/libc/string/wcsrchr.c
@@ -61,6 +61,7 @@ No supporting OS subroutines are required.
*/
#include <_ansi.h>
+#include <stddef.h>
#include <wchar.h>
wchar_t *
diff --git a/newlib/libc/string/wcsstr.c b/newlib/libc/string/wcsstr.c
index 6a61ac3ae..30fc4631f 100644
--- a/newlib/libc/string/wcsstr.c
+++ b/newlib/libc/string/wcsstr.c
@@ -61,6 +61,7 @@ PORTABILITY
*/
#include <_ansi.h>
+#include <stddef.h>
#include <wchar.h>
wchar_t *