Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / wstring / wcstok.c
index 9d4e6b3..ee8c40a 100644 (file)
@@ -1,5 +1,5 @@
-#include <msvcrti.h>
-
+#include <msvcrt/string.h>
+#include <msvcrt/internal/tls.h>
 
 wchar_t *wcstok(wchar_t *s, const wchar_t *ct)
 {