diff options
Diffstat (limited to 'src/wchar/wcsncpy_s.c')
-rw-r--r-- | src/wchar/wcsncpy_s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wchar/wcsncpy_s.c b/src/wchar/wcsncpy_s.c index 4aba2220..9bcf6906 100644 --- a/src/wchar/wcsncpy_s.c +++ b/src/wchar/wcsncpy_s.c @@ -1,4 +1,4 @@ -#include "wchar.h" +#include <wchar.h> errno_t wcsncpy_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2, rsize_t n) { |