diff options
Diffstat (limited to 'newlib/libc/string/wcspbrk.c')
-rw-r--r-- | newlib/libc/string/wcspbrk.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 * |