Reverted latest changes.
[reactos.git] / reactos / lib / msvcrt / string / strnlen.c
index 0ee85b5..ba113d0 100644 (file)
@@ -1,6 +1,5 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrti.h>
-
+#include <msvcrt/string.h>
 
 size_t
 strnlen(const char *str, size_t count)