Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / string / strchr.c
index 9e59047..2e739a8 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrti.h>
+#include <msvcrt/string.h>
 
 
 char *strchr(const char *s, int c)