Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / wstring / wcsset.c
index c4128fc..0f0e673 100644 (file)
@@ -1,5 +1,4 @@
-#include <msvcrti.h>
-
+#include <msvcrt/string.h>
 
 wchar_t* _wcsnset (wchar_t* wsToFill, wchar_t wcFill, size_t sizeMaxFill)
 {