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