Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / string / strtok.c
index 1388dbe..c1f1926 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrt/string.h>
-#include <msvcrt/internal/tls.h>
+#include <string.h>
+#include <msvcrti.h>
 
 char *strtok(char *s, const char *delim)
 {