diff options
Diffstat (limited to 'src/wchar/wcsrtombs_s.c')
| -rw-r--r-- | src/wchar/wcsrtombs_s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wchar/wcsrtombs_s.c b/src/wchar/wcsrtombs_s.c index c0f73aaa..b8c2399a 100644 --- a/src/wchar/wcsrtombs_s.c +++ b/src/wchar/wcsrtombs_s.c @@ -1,4 +1,4 @@ -#include "wchar.h" +#include <wchar.h> errno_t wcsrtombs_s(size_t * restrict retval, char * restrict dst, rsize_t dstmax, |
