diff options
Diffstat (limited to 'src/wchar/wcrtomb_s.c')
| -rw-r--r-- | src/wchar/wcrtomb_s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wchar/wcrtomb_s.c b/src/wchar/wcrtomb_s.c index 69f7b62d..12ea273e 100644 --- a/src/wchar/wcrtomb_s.c +++ b/src/wchar/wcrtomb_s.c @@ -1,4 +1,4 @@ -#include "wchar.h" +#include <wchar.h> errno_t wcrtomb_s(size_t * restrict retval, char * restrict s, rsize_t smax, wchar_t wc, mbstate_t * restrict ps) |
