summaryrefslogtreecommitdiff
path: root/src/wchar/wcscat_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcscat_s.c')
-rw-r--r--src/wchar/wcscat_s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wchar/wcscat_s.c b/src/wchar/wcscat_s.c
index 0b558b11..75d7b779 100644
--- a/src/wchar/wcscat_s.c
+++ b/src/wchar/wcscat_s.c
@@ -1,4 +1,4 @@
-#include "wchar.h"
+#include <wchar.h>
errno_t wcscat_s(wchar_t * restrict s1, rsize_t s1max, const wchar_t * restrict s2)
{