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